Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c119 static void * malloc_internal(size_t, percpu_t *);
246 return (malloc_internal(bytes, list_rotor)); in malloc()
1009 malloc_internal(size_t size, percpu_t *cpuptr) in malloc_internal() function