Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dinstalld.h127 int8_t* curMemBlockAvail; member
Dutils.c403 int8_t* res = cache->curMemBlockAvail; in _cache_malloc()
413 res = cache->curMemBlockAvail = newBlock + sizeof(void*); in _cache_malloc()
419 cache->curMemBlockAvail = nextPos; in _cache_malloc()