Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_unit_test/public/pw_unit_test/
H A Dconfig.h40 inline constexpr size_t kMemoryPoolSize = PW_UNIT_TEST_CONFIG_MEMORY_POOL_SIZE; variable
/aosp_15_r20/system/chre/util/tests/
H A Dmemory_pool_test.cc101 const size_t kMemoryPoolSize = 64; in TEST() local