HomeSort by: relevance | last modified time | path
    Searched defs:malloc_abort (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/stdlib/
malloc.c 242 static int malloc_abort; variable in typeref:typename:int
338 if (malloc_abort || issetugid() || getuid() == 0 || getgid() == 0)
494 case 'a': malloc_abort = 0; break;
495 case 'A': malloc_abort = 1; break;
801 if (malloc_abort && result == NULL)

Completed in 12 milliseconds