Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/heap/test/
Dtest_allocator_timings.c15 #define NUM_POINTERS 128 macro
20 void *p[NUM_POINTERS] = { 0 };
21 size_t s[NUM_POINTERS] = { 0 };
29 uint8_t n = esp_random() % NUM_POINTERS;
94 for (int i = 0; i < NUM_POINTERS; i++) {
/hal_espressif-3.5.0/components/heap/test_multi_heap_host/
Dtest_multi_heap.cpp208 const int NUM_POINTERS = 64; variable
212 void *p[NUM_POINTERS] = { 0 };
213 size_t s[NUM_POINTERS] = { 0 };
222 for (int j = 0; j < NUM_POINTERS; j++) {
227 uint8_t n = rand() % NUM_POINTERS;
285 for (int i = 0; i < NUM_POINTERS; i++) {