Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/
HDjemalloc_internal_types.h108 # define VARIABLE_ARRAY(type, name, count) \ macro
111 # define VARIABLE_ARRAY(type, name, count) type name[(count)] macro
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDTypeBitCodes.def22 TYPE_BIT_CODE(VariableArray, VARIABLE_ARRAY, 11)
/freebsd-14-stable/contrib/jemalloc/src/
HDtcache.c144 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_small()
240 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_large()
HDbackground_thread.c436 VARIABLE_ARRAY(bool, created_threads, max_background_threads);
610 VARIABLE_ARRAY(bool, marked, max_background_threads);
HDstats.c1333 VARIABLE_ARRAY(bool, initialized, narenas); in stats_print_helper()
HDctl.c1047 VARIABLE_ARRAY(arena_t *, tarenas, ctl_arenas->narenas); in ctl_refresh()
2067 VARIABLE_ARRAY(arena_t *, tarenas, narenas); in arena_i_decay()