Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/shared/
Dsend_message.cc32 static ChunkAllocator<kAllocSize, 4> gChunkAlloc; variable
40 if (!gChunkAlloc.free(message)) { in freeChunkAllocMessage()
49 if (gChunkAlloc.contains(message)) { in freeHeapMessage()
81 void *ret = gChunkAlloc.alloc(*size); in getMessageMemory()