HomeSort by: relevance | last modified time | path
    Searched refs:base_t (Results 1 - 25 of 121) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/jemalloc/include/jemalloc/internal/
base_externs.h 7 base_t *b0get(void);
8 base_t *base_new(tsdn_t *tsdn, unsigned ind, extent_hooks_t *extent_hooks);
9 void base_delete(tsdn_t *tsdn, base_t *base);
10 extent_hooks_t *base_extent_hooks_get(base_t *base);
11 extent_hooks_t *base_extent_hooks_set(base_t *base,
13 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
14 extent_t *base_alloc_extent(tsdn_t *tsdn, base_t *base);
15 void base_stats_get(tsdn_t *tsdn, base_t *base, size_t *allocated,
17 void base_prefork(tsdn_t *tsdn, base_t *base);
18 void base_postfork_parent(tsdn_t *tsdn, base_t *base)
    [all...]
base_inlines.h 5 base_ind_get(const base_t *base) {
base.h 48 typedef struct base_s base_t; typedef in typeref:struct:base_s
95 base_ind_get(const base_t *base) {
104 base_t *b0get(void);
105 base_t *base_new(tsdn_t *tsdn, unsigned ind, const extent_hooks_t *extent_hooks,
107 void base_delete(tsdn_t *tsdn, base_t *base);
108 ehooks_t *base_ehooks_get(base_t *base);
109 ehooks_t *base_ehooks_get_for_metadata(base_t *base);
111 base_t *base, extent_hooks_t *extent_hooks);
112 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
113 edata_t *base_alloc_edata(tsdn_t *tsdn, base_t *base)
    [all...]
base_types.h 5 typedef struct base_s base_t; typedef in typeref:struct:base_s
hpa_central.h 29 base_t *base;
36 hpa_central_t *central, base_t *base, const hpa_hooks_t *hooks);
edata_cache.h 21 base_t *base;
24 bool edata_cache_init(edata_cache_t *edata_cache, base_t *base);
arena_structs.h 91 base_t *base;
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
base_externs.h 7 base_t *b0get(void);
8 base_t *base_new(tsdn_t *tsdn, unsigned ind, extent_hooks_t *extent_hooks);
9 void base_delete(tsdn_t *tsdn, base_t *base);
10 extent_hooks_t *base_extent_hooks_get(base_t *base);
11 extent_hooks_t *base_extent_hooks_set(base_t *base,
13 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
14 extent_t *base_alloc_extent(tsdn_t *tsdn, base_t *base);
15 void base_stats_get(tsdn_t *tsdn, base_t *base, size_t *allocated,
17 void base_prefork(tsdn_t *tsdn, base_t *base);
18 void base_postfork_parent(tsdn_t *tsdn, base_t *base)
    [all...]
base_inlines.h 5 base_ind_get(const base_t *base) {
base.h 42 typedef struct base_s base_t; typedef in typeref:struct:base_s
84 base_ind_get(const base_t *base) {
93 base_t *b0get(void);
94 base_t *base_new(tsdn_t *tsdn, unsigned ind,
96 void base_delete(tsdn_t *tsdn, base_t *base);
97 ehooks_t *base_ehooks_get(base_t *base);
98 ehooks_t *base_ehooks_get_for_metadata(base_t *base);
99 extent_hooks_t *base_extent_hooks_set(base_t *base,
101 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
102 edata_t *base_alloc_edata(tsdn_t *tsdn, base_t *base)
    [all...]
base_types.h 5 typedef struct base_s base_t; typedef in typeref:struct:base_s
edata_cache.h 20 base_t *base;
23 bool edata_cache_init(edata_cache_t *edata_cache, base_t *base);
arena_structs.h 90 base_t *base;
hpa.h 33 base_t *base;
98 base_t *base;
152 bool hpa_central_init(hpa_central_t *central, base_t *base, const hpa_hooks_t *hooks);
154 base_t *base, edata_cache_t *edata_cache, unsigned ind,
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
base_externs.h 7 base_t *b0get(void);
8 base_t *base_new(tsdn_t *tsdn, unsigned ind, extent_hooks_t *extent_hooks);
9 void base_delete(tsdn_t *tsdn, base_t *base);
10 extent_hooks_t *base_extent_hooks_get(base_t *base);
11 extent_hooks_t *base_extent_hooks_set(base_t *base,
13 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
14 extent_t *base_alloc_extent(tsdn_t *tsdn, base_t *base);
15 void base_stats_get(tsdn_t *tsdn, base_t *base, size_t *allocated,
17 void base_prefork(tsdn_t *tsdn, base_t *base);
18 void base_postfork_parent(tsdn_t *tsdn, base_t *base)
    [all...]
base_inlines.h 5 base_ind_get(const base_t *base) {
base.h 42 typedef struct base_s base_t; typedef in typeref:struct:base_s
84 base_ind_get(const base_t *base) {
93 base_t *b0get(void);
94 base_t *base_new(tsdn_t *tsdn, unsigned ind,
96 void base_delete(tsdn_t *tsdn, base_t *base);
97 ehooks_t *base_ehooks_get(base_t *base);
98 ehooks_t *base_ehooks_get_for_metadata(base_t *base);
99 extent_hooks_t *base_extent_hooks_set(base_t *base,
101 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
102 edata_t *base_alloc_edata(tsdn_t *tsdn, base_t *base)
    [all...]
base_types.h 5 typedef struct base_s base_t; typedef in typeref:struct:base_s
edata_cache.h 20 base_t *base;
23 bool edata_cache_init(edata_cache_t *edata_cache, base_t *base);
arena_structs.h 90 base_t *base;
hpa.h 33 base_t *base;
98 base_t *base;
152 bool hpa_central_init(hpa_central_t *central, base_t *base, const hpa_hooks_t *hooks);
154 base_t *base, edata_cache_t *edata_cache, unsigned ind,
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
base.h 48 typedef struct base_s base_t; typedef in typeref:struct:base_s
95 base_ind_get(const base_t *base) {
104 base_t *b0get(void);
105 base_t *base_new(tsdn_t *tsdn, unsigned ind, const extent_hooks_t *extent_hooks,
107 void base_delete(tsdn_t *tsdn, base_t *base);
108 ehooks_t *base_ehooks_get(base_t *base);
109 ehooks_t *base_ehooks_get_for_metadata(base_t *base);
111 base_t *base, extent_hooks_t *extent_hooks);
112 void *base_alloc(tsdn_t *tsdn, base_t *base, size_t size, size_t alignment);
113 edata_t *base_alloc_edata(tsdn_t *tsdn, base_t *base)
    [all...]
hpa_central.h 29 base_t *base;
36 hpa_central_t *central, base_t *base, const hpa_hooks_t *hooks);
edata_cache.h 21 base_t *base;
24 bool edata_cache_init(edata_cache_t *edata_cache, base_t *base);
arena_structs.h 91 base_t *base;

Completed in 21 milliseconds

1 2 3 4 5