Home
last modified time | relevance | path

Searched refs:slab_heap (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsl_malloc.c94 struct slab_heap { struct
113 static struct slab_object * slap_replenish_sopool(struct slab_heap* sh); argument
134 struct slab_heap *sh = data; in slap_sl_mem_destroy()
197 struct slab_heap *sh; in slap_sl_mem_create()
212 sh = ch_malloc(sizeof(struct slab_heap)); in slap_sl_mem_create()
302 struct slab_heap *sh = ctx; in slap_sl_malloc()
420 struct slab_heap *sh = ctx; in slap_sl_realloc()
496 struct slab_heap *sh = ctx; in slap_sl_free()
654 struct slab_heap *sh = ctx; in slap_sl_release()
662 struct slab_heap *sh = ctx; in slap_sl_mark()
[all …]