Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dprof_reset.c135 #define OBJ_RING_BUF_COUNT 1531 macro
142 void *objs[OBJ_RING_BUF_COUNT]; in thd_start()
159 void **pp = &objs[i % OBJ_RING_BUF_COUNT]; in thd_start()
171 for (i = 0; i < OBJ_RING_BUF_COUNT; i++) { in thd_start()
172 void **pp = &objs[i % OBJ_RING_BUF_COUNT]; in thd_start()
221 #undef OBJ_RING_BUF_COUNT