Home
last modified time | relevance | path

Searched refs:heapAllocated (Results 1 – 2 of 2) 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()
Dudatamem.h32 UBool heapAllocated; /* True if this UDataMemory Object is on the */ member