Home | History | Annotate | Download | only in stdlib

Lines Matching full:failure

1322 /* MORECORE and MMAP must return MFAIL on failure */
2148 failure. If you are not using locking, you can redefine these to do
3434 if (tbase == CMFAIL) { /* Cope with partial failure */
3658 /* On failure, disable autotrim to avoid repeated failed future calls */
4152 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */
4310 req = MAX_SIZE_T; /* force downstream failure on overflow */
4559 nb = MAX_SIZE_T; /* Too big to allocate. Force failure (in sys alloc) */
4713 req = MAX_SIZE_T; /* force downstream failure on overflow */
4845 but this will usually result in a malloc failure.)
5006 * Include errno.h to support default failure action.
5092 * Propagate failure in realloc if malloc returns 0