HomeSort by: relevance | last modified time | path
    Searched defs:VARIABLE_ARRAY (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_types.h 179 # define VARIABLE_ARRAY(type, name, count) \
182 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_types.h 185 # define VARIABLE_ARRAY(type, name, count) \
188 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_types.h 124 # define VARIABLE_ARRAY(type, name, count) \
127 # define VARIABLE_ARRAY(type, name, count) type name[(count)]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_types.h 124 # define VARIABLE_ARRAY(type, name, count) \
127 # define VARIABLE_ARRAY(type, name, count) type name[(count)]

Completed in 92 milliseconds