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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hpdata.h 20 typedef struct hpdata_s hpdata_t; typedef in typeref:struct:hpdata_s
21 ph_structs(hpdata_age_heap, hpdata_t);
91 ql_elm(hpdata_t) ql_link_empty;
97 ql_elm(hpdata_t) ql_link_purge;
98 ql_elm(hpdata_t) ql_link_hugify;
120 TYPED_LIST(hpdata_empty_list, hpdata_t, ql_link_empty)
121 TYPED_LIST(hpdata_purge_list, hpdata_t, ql_link_purge)
122 TYPED_LIST(hpdata_hugify_list, hpdata_t, ql_link_hugify)
124 ph_proto(, hpdata_age_heap, hpdata_t);
127 hpdata_addr_get(const hpdata_t *hpdata)
    [all...]
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hpdata.h 20 typedef struct hpdata_s hpdata_t; typedef in typeref:struct:hpdata_s
21 ph_structs(hpdata_age_heap, hpdata_t);
91 ql_elm(hpdata_t) ql_link_empty;
97 ql_elm(hpdata_t) ql_link_purge;
98 ql_elm(hpdata_t) ql_link_hugify;
120 TYPED_LIST(hpdata_empty_list, hpdata_t, ql_link_empty)
121 TYPED_LIST(hpdata_purge_list, hpdata_t, ql_link_purge)
122 TYPED_LIST(hpdata_hugify_list, hpdata_t, ql_link_hugify)
124 ph_proto(, hpdata_age_heap, hpdata_t);
127 hpdata_addr_get(const hpdata_t *hpdata)
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hpdata.h 29 typedef struct hpdata_s hpdata_t; typedef in typeref:struct:hpdata_s
30 ph_structs(hpdata_age_heap, hpdata_t, PSSET_ENUMERATE_MAX_NUM);
100 ql_elm(hpdata_t) ql_link_empty;
106 ql_elm(hpdata_t) ql_link_purge;
107 ql_elm(hpdata_t) ql_link_hugify;
135 TYPED_LIST(hpdata_empty_list, hpdata_t, ql_link_empty)
136 TYPED_LIST(hpdata_purge_list, hpdata_t, ql_link_purge)
137 TYPED_LIST(hpdata_hugify_list, hpdata_t, ql_link_hugify)
139 ph_proto(, hpdata_age_heap, hpdata_t);
142 hpdata_addr_get(const hpdata_t *hpdata)
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hpdata.h 29 typedef struct hpdata_s hpdata_t; typedef in typeref:struct:hpdata_s
30 ph_structs(hpdata_age_heap, hpdata_t, PSSET_ENUMERATE_MAX_NUM);
100 ql_elm(hpdata_t) ql_link_empty;
106 ql_elm(hpdata_t) ql_link_purge;
107 ql_elm(hpdata_t) ql_link_hugify;
135 TYPED_LIST(hpdata_empty_list, hpdata_t, ql_link_empty)
136 TYPED_LIST(hpdata_purge_list, hpdata_t, ql_link_purge)
137 TYPED_LIST(hpdata_hugify_list, hpdata_t, ql_link_hugify)
139 ph_proto(, hpdata_age_heap, hpdata_t);
142 hpdata_addr_get(const hpdata_t *hpdata)
    [all...]

Completed in 14 milliseconds