Home
last modified time | relevance | path

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

/system/chre/apps/test/chqts/src/general_test/
Dheap_alloc_stress_test.cc71 constexpr size_t kNumPtrs = 256; in setUp() local
73 reinterpret_cast<void **>(chreHeapAlloc(kNumPtrs * sizeof(void *))); in setUp()
81 for (index = 0; (index < kNumPtrs); index++) { in setUp()
Dheap_exhaustion_stability_test.cc64 constexpr size_t kNumPtrs = 256; in exhaustHeap() local
66 chreHeapAlloc(kNumPtrs * sizeof(*mExhaustionPtrs))); in exhaustHeap()
77 for (mExhaustionPtrCount = 0; mExhaustionPtrCount < kNumPtrs; in exhaustHeap()