Searched refs:ehooks_init (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | base.c | 356 ehooks_init(&fake_ehooks, metadata_use_hooks ? in base_new() 371 ehooks_init(&base->ehooks, (extent_hooks_t *)extent_hooks, ind); in base_new() 372 ehooks_init(&base->ehooks_base, metadata_use_hooks ? in base_new() 430 ehooks_init(&base->ehooks, extent_hooks, ehooks_ind_get(&base->ehooks)); in base_extent_hooks_set()
|
| H A D | ehooks.c | 8 ehooks_init(ehooks_t *ehooks, extent_hooks_t *extent_hooks, unsigned ind) { in ehooks_init() function
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | ehooks.h | 97 void ehooks_init(ehooks_t *ehooks, extent_hooks_t *extent_hooks, unsigned ind);
|
| /src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
| H A D | private_namespace.h | 248 #define ehooks_init JEMALLOC_N(ehooks_init) macro
|