Home
last modified time | relevance | path

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

/minix3/libexec/ld.elf_so/
H A Dxmalloc.c130 static void *imalloc(size_t);
176 imalloc(size_t nbytes) in imalloc() function
341 return (imalloc(nbytes)); in irealloc()
373 if ((res = imalloc(nbytes)) == NULL) in irealloc()
462 void *p = imalloc(size); in xmalloc()
/minix3/lib/libc/stdlib/
H A Dmalloc.c324 static void *imalloc(size_t size);
585 px = imalloc(sizeof *px); in malloc_init()
706 bp = imalloc((size_t)l); in malloc_make_chunks()
814 imalloc(size_t size) in imalloc() function
922 p = imalloc(size); in irealloc()
983 px = imalloc(sizeof *px); /* This cannot fail... */ in free_pages()
1222 r = imalloc(size); in pubrealloc()
H A Djemalloc.c927 static void *imalloc(size_t size);
3056 imalloc(size_t size) in imalloc() function
3772 ret = imalloc(size); in malloc()
3918 ret = imalloc(size); in realloc()