Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dmalloc.c244 p = malloc_new_ (offsetof (struct _malloc_pool_, name) in malloc_pool_new()
360 malloc_new_ (mallocSize s) in malloc_new_() function
400 ptr = malloc_new_ (s + (i = (MALLOC_DEBUG ? strlen (name) + 1 : 0))); in malloc_new_inpool_()
404 a = malloc_new_ (offsetof (struct _malloc_area_, name) + i); in malloc_new_inpool_()
H A Dmalloc.h111 void *malloc_new_ (mallocSize size);
H A DChangeLog.01045 * malloc.c (malloc_new_): Use gcc's xmalloc(), so we