Searched defs:_cache_malloc (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dutils.cpp543 static void* _cache_malloc(cache_t* cache, size_t len) function in namespace:android::installd
588 void* alloc = _cache_malloc(cache, len);
607 cache_dir_t* dir = (cache_dir_t*)_cache_malloc(cache, sizeof(cache_dir_t)+nameLen+1);
641 cache_file_t* file = (cache_file_t*)_cache_malloc(cache, sizeof(cache_file_t)+nameLen+1);

Completed in 67 milliseconds