Home
last modified time | relevance | path

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

/system/chre/platform/include/chre/platform/
Dmemory_manager.h89 size_t getMaxAllocationCount() const { in getMaxAllocationCount() function
/system/chre/core/tests/
Dmemory_manager_test.cc77 size_t maxCount = manager.getMaxAllocationCount(); in TEST()