Searched refs:VARIABLE_ARRAY (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/contrib/jemalloc/include/jemalloc/internal/ |
| HD | jemalloc_internal_types.h | 108 # 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/ |
| HD | TypeBitCodes.def | 22 TYPE_BIT_CODE(VariableArray, VARIABLE_ARRAY, 11)
|
| /freebsd-14-stable/contrib/jemalloc/src/ |
| HD | tcache.c | 144 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()
|
| HD | background_thread.c | 436 VARIABLE_ARRAY(bool, created_threads, max_background_threads); 610 VARIABLE_ARRAY(bool, marked, max_background_threads);
|
| HD | stats.c | 1333 VARIABLE_ARRAY(bool, initialized, narenas); in stats_print_helper()
|
| HD | ctl.c | 1047 VARIABLE_ARRAY(arena_t *, tarenas, ctl_arenas->narenas); in ctl_refresh() 2067 VARIABLE_ARRAY(arena_t *, tarenas, narenas); in arena_i_decay()
|