Searched refs:VARIABLE_ARRAY (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_types.h108 # define VARIABLE_ARRAY(type, name, count) \ macro
111 # define VARIABLE_ARRAY(type, name, count) type name[(count)] macro
/freebsd-current/contrib/jemalloc/src/
H A Dtcache.c144 VARIABLE_ARRAY(extent_t *, item_extent, nflush);
240 VARIABLE_ARRAY(extent_t *, item_extent, nflush);
H A Dbackground_thread.c436 VARIABLE_ARRAY(bool, created_threads, max_background_threads);
610 VARIABLE_ARRAY(bool, marked, max_background_threads);
H A Dstats.c1333 VARIABLE_ARRAY(bool, initialized, narenas);
H A Dctl.c1047 VARIABLE_ARRAY(arena_t *, tarenas, ctl_arenas->narenas);
2067 VARIABLE_ARRAY(arena_t *, tarenas, narenas);

Completed in 73 milliseconds