Home
last modified time | relevance | path

Searched defs:memoryPool (Results 1 – 2 of 2) sorted by relevance

/system/chre/util/tests/
Dmemory_pool_test.cc29 MemoryPool<int, 3> memoryPool; in TEST() local
54 MemoryPool<int, 3> memoryPool; in TEST() local
102 MemoryPool<size_t, kMemoryPoolSize> memoryPool; in TEST() local
139 MemoryPool<int, 4> memoryPool; in TEST() local
175 MemoryPool<int, 4> memoryPool; in TEST() local
203 MemoryPool<int, 4> memoryPool; in TEST() local
242 MemoryPool<int, kNumElements> memoryPool; in TEST() local
/system/chre/core/
Devent_loop.cc109 void deallocateFromMemoryPool(Event *event, void *memoryPool) { in deallocateFromMemoryPool()