Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexProto.cpp37 if (pCache->allocatedSize != 0) { in dexStringCacheAlloc()
38 if (pCache->allocatedSize >= length) { in dexStringCacheAlloc()
46 pCache->allocatedSize = 0; in dexStringCacheAlloc()
49 pCache->allocatedSize = length; in dexStringCacheAlloc()
59 pCache->allocatedSize = 0; in dexStringCacheInit()
68 if (pCache->allocatedSize != 0) { in dexStringCacheRelease()
71 pCache->allocatedSize = 0; in dexStringCacheRelease()
100 if ((value == pCache->value) && (pCache->allocatedSize != 0)) { in dexStringCacheAbandon()
102 pCache->allocatedSize = 0; in dexStringCacheAbandon()
DDexProto.h35 size_t allocatedSize; /* size of the allocated buffer, if allocated */ member