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

  /external/jemalloc/test/unit/
hash.c 67 VARIABLE_ARRAY(uint8_t, hashes, hashbytes * 256);
68 VARIABLE_ARRAY(uint8_t, final, hashbytes);
mallctl.c 453 VARIABLE_ARRAY(bool, initialized, narenas);
  /external/jemalloc/src/
stats.c 587 VARIABLE_ARRAY(bool, initialized, narenas);
616 VARIABLE_ARRAY(bool, initialized, narenas);
ctl.c 691 VARIABLE_ARRAY(arena_t *, tarenas, ctl_stats.narenas);
    [all...]
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 341 # define VARIABLE_ARRAY(type, name, count) \
344 # define VARIABLE_ARRAY(type, name, count) type name[(count)]

Completed in 591 milliseconds