Searched refs:malloc_xmalloc (Results 1 – 3 of 3) sorted by relevance
200 static int malloc_xmalloc; variable506 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()
178 int malloc_xmalloc; /* xmalloc behaviour? */ member589 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()
203 static int malloc_xmalloc; variable762 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()