HomeSort by relevance Sort by last modified time
    Searched refs:kNumPtrs (Results 1 - 2 of 2) sorted by null

  /system/chre/apps/chqts/src/general_test/
heap_alloc_stress_test.cc 74 constexpr size_t kNumPtrs = 256;
76 chreHeapAlloc(kNumPtrs * sizeof(void*)));
85 for (index = 0; (index < kNumPtrs); index++) {
heap_exhaustion_stability_test.cc 63 constexpr size_t kNumPtrs = 256;
65 chreHeapAlloc(kNumPtrs * sizeof(*mExhaustionPtrs)));
74 // half. We repeat until we've either done kNumPtrs allocations,
78 mExhaustionPtrCount < kNumPtrs;

Completed in 94 milliseconds