Searched refs:entryAlloc (Results 1 – 2 of 2) sorted by relevance
50 newCache->entryAlloc = calloc(1, in dvmAllocAtomicCache()52 if (newCache->entryAlloc == NULL) in dvmAllocAtomicCache()62 (((int) newCache->entryAlloc + CPU_CACHE_WIDTH_1) & ~CPU_CACHE_WIDTH_1); in dvmAllocAtomicCache()73 free(cache->entryAlloc); in dvmFreeAtomicCache()
52 void* entryAlloc; /* memory allocated for entries */ member