Home
last modified time | relevance | path

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

/dalvik/vm/
DAtomicCache.c50 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()
DAtomicCache.h52 void* entryAlloc; /* memory allocated for entries */ member