Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dprof_reset.c147 #define OBJ_RING_BUF_COUNT 1531 macro
155 void *objs[OBJ_RING_BUF_COUNT]; in thd_start()
172 void **pp = &objs[i % OBJ_RING_BUF_COUNT]; in thd_start()
184 for (i = 0; i < OBJ_RING_BUF_COUNT; i++) { in thd_start()
185 void **pp = &objs[i % OBJ_RING_BUF_COUNT]; in thd_start()
234 #undef OBJ_RING_BUF_COUNT