Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h179 # define VARIABLE_ARRAY(type, name, count) \ macro
182 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
/external/jemalloc_new/test/unit/
Dhash.c64 VARIABLE_ARRAY(uint8_t, hashes, hashes_size); in hash_variant_verify_key()
65 VARIABLE_ARRAY(uint8_t, final, hashbytes); in hash_variant_verify_key()
Dpack.c100 VARIABLE_ARRAY(void *, ptrs, nregs); in TEST_BEGIN()
Dretained.c110 VARIABLE_ARRAY(thd_t, threads, nthreads); in TEST_BEGIN()
/external/llvm-project/clang/include/clang/Serialization/
DTypeBitCodes.def22 TYPE_BIT_CODE(VariableArray, VARIABLE_ARRAY, 11)
/external/jemalloc_new/src/
Dbackground_thread.c438 VARIABLE_ARRAY(bool, created_threads, max_background_threads);
598 VARIABLE_ARRAY(bool, marked, max_background_threads);
Dtcache.c118 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_small()
209 VARIABLE_ARRAY(extent_t *, item_extent, nflush); in tcache_bin_flush_large()
Dstats.c1162 VARIABLE_ARRAY(bool, initialized, narenas); in stats_print_helper()
Dctl.c928 VARIABLE_ARRAY(arena_t *, tarenas, ctl_arenas->narenas); in ctl_refresh()
1953 VARIABLE_ARRAY(arena_t *, tarenas, narenas); in arena_i_decay()