Home
last modified time | relevance | path

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

/system/chre/apps/chqts/src/general_test/
Dheap_alloc_stress_test.cc74 constexpr size_t kNumPtrs = 256; in setUp() local
76 chreHeapAlloc(kNumPtrs * sizeof(void*))); in setUp()
85 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()
79 mExhaustionPtrCount < kNumPtrs; in exhaustHeap()