Home
last modified time | relevance | path

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

/external/icu4c/common/
Dudatamem.c34 UBool mallocedFlag = dest->heapAllocated; in UDatamemory_assign()
36 dest->heapAllocated = mallocedFlag; in UDatamemory_assign()
50 This->heapAllocated = TRUE; in UDataMemory_createNewInstance()
93 if(pData->heapAllocated ) { in udata_close()
Dumutex.c156 UBool heapAllocated; /* Set if this ICUMutex is heap allocated, and */ member
284 m->heapAllocated = TRUE; in umtx_ct()
311 if (m->heapAllocated) { in umtx_dt()
Dudatamem.h32 UBool heapAllocated; /* True if this UDataMemory Object is on the */ member