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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
edata.h 17 * sizeof(edata_t) is 128 bytes on 64-bit architectures. Ensure the alignment
72 * edata_t associated with an item always requires accessing the rtree leaf in
89 typedef struct edata_s edata_t; typedef in typeref:struct:edata_s
90 ph_structs(edata_avail, edata_t);
91 ph_structs(edata_heap, edata_t);
222 * List linkage used when the edata_t is active; either in
225 ql_elm(edata_t) ql_link_active;
229 * slabs_nonfull, or when the edata_t is unassociated with an
244 ql_elm(edata_t) ql_link_inactive;
253 TYPED_LIST(edata_list_active, edata_t, ql_link_active
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
edata.h 17 * sizeof(edata_t) is 128 bytes on 64-bit architectures. Ensure the alignment
72 * edata_t associated with an item always requires accessing the rtree leaf in
89 typedef struct edata_s edata_t; typedef in typeref:struct:edata_s
90 ph_structs(edata_avail, edata_t);
91 ph_structs(edata_heap, edata_t);
222 * List linkage used when the edata_t is active; either in
225 ql_elm(edata_t) ql_link_active;
229 * slabs_nonfull, or when the edata_t is unassociated with an
244 ql_elm(edata_t) ql_link_inactive;
253 TYPED_LIST(edata_list_active, edata_t, ql_link_active
    [all...]

Completed in 25 milliseconds