HomeSort by relevance Sort by last modified time
    Searched refs:VARIABLE_ARRAY (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/test/unit/
hash.c 68 VARIABLE_ARRAY(uint8_t, hashes, hashes_size);
69 VARIABLE_ARRAY(uint8_t, final, hashbytes);
pack.c 140 VARIABLE_ARRAY(void *, ptrs, nregs);
mallctl.c 525 VARIABLE_ARRAY(bool, initialized, narenas);
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 362 # define VARIABLE_ARRAY(type, name, count) \
365 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
    [all...]
  /external/jemalloc/src/
stats.c 1000 VARIABLE_ARRAY(bool, initialized, narenas);
    [all...]
ctl.c 714 VARIABLE_ARRAY(arena_t *, tarenas, ctl_stats.narenas);
    [all...]

Completed in 348 milliseconds