HomeSort by relevance Sort by last modified time
    Searched refs:entryAlloc (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
AtomicCache.cpp 50 newCache->entryAlloc = calloc(1,
52 if (newCache->entryAlloc == NULL) {
64 (((int) newCache->entryAlloc + CPU_CACHE_WIDTH_1) & ~CPU_CACHE_WIDTH_1);
75 free(cache->entryAlloc);
AtomicCache.h 52 void* entryAlloc; /* memory allocated for entries */

Completed in 43 milliseconds