OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NALLOCS_PER_THREAD
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/test/unit/
prof_accum.c
4
#define
NALLOCS_PER_THREAD
50
28
return (btalloc(1, thd_ind*
NALLOCS_PER_THREAD
+ iteration));
40
for (i = 0; i <
NALLOCS_PER_THREAD
; i++) {
49
i+1 ==
NALLOCS_PER_THREAD
) {
prof_reset.c
146
#define
NALLOCS_PER_THREAD
(1U << 13)
159
for (i = 0; i <
NALLOCS_PER_THREAD
; i++) {
177
*pp = btalloc(1, thd_ind*
NALLOCS_PER_THREAD
+ i);
233
#undef
NALLOCS_PER_THREAD
Completed in 593 milliseconds