Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/stdlib/
Dmalloc_brk.c200 static int malloc_xmalloc; variable
506 case 'x': malloc_xmalloc = 0; break; in malloc_init()
507 case 'X': malloc_xmalloc = 1; break; in malloc_init()
1256 if (malloc_xmalloc && r == NULL) in malloc()
1294 if (malloc_xmalloc && r == NULL) in realloc()
Dmalloc.c178 int malloc_xmalloc; /* xmalloc behaviour? */ member
589 mopts.malloc_xmalloc = 0; in omalloc_init()
592 mopts.malloc_xmalloc = 1; in omalloc_init()
1141 if (mopts.malloc_xmalloc) in malloc_init()
1168 if (r == NULL && mopts.malloc_xmalloc) { in malloc()
1397 if (r == NULL && mopts.malloc_xmalloc) { in realloc()
1424 if (mopts.malloc_xmalloc) in calloc()
1440 if (r == NULL && mopts.malloc_xmalloc) { in calloc()
1565 if (mopts.malloc_xmalloc) { in posix_memalign()
Dmalloc_mmap.c203 static int malloc_xmalloc; variable
762 malloc_xmalloc = 0; in malloc_init()
765 malloc_xmalloc = 1; in malloc_init()
1884 if (malloc_xmalloc && r == NULL) { in malloc()
1931 if (malloc_xmalloc && r == NULL) { in realloc()