Home
last modified time | relevance | path

Searched refs:gHeapInUse (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/common/
Dcmemory.c36 static UBool gHeapInUse; variable
41 gHeapInUse = TRUE; in uprv_malloc()
64 gHeapInUse = TRUE; in uprv_realloc()
94 if (gHeapInUse) { in u_setMemoryFunctions()
110 gHeapInUse = FALSE; in cmemory_cleanup()
122 return gHeapInUse; in cmemory_inUse()