Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dmalloc.c49 } malloc_data_t; typedef
68 malloc_data_t *ret; in umem_malloc()
69 size = size_arg + sizeof (malloc_data_t); in umem_malloc()
73 size += sizeof (malloc_data_t); in umem_malloc()
155 malloc_data_t *ret; in memalign()
172 overhead = 2 * sizeof (malloc_data_t); in memalign()
174 overhead = sizeof (malloc_data_t); in memalign()
204 ret = (malloc_data_t *)buf; in memalign()
251 malloc_data_t *buf; in process_free()
260 buf = (malloc_data_t *)buf_arg; in process_free()
[all …]