Home
last modified time | relevance | path

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

/chre-3.4.0/platform/include/chre/platform/
Dmemory_manager.h83 size_t getMaxAllocationBytes() const { in getMaxAllocationBytes() function
/chre-3.4.0/core/tests/
Dmemory_manager_test.cc69 void *ptr = manager.nanoappAlloc(&app, manager.getMaxAllocationBytes() + 1); in TEST()