Searched refs:CMFAIL (Results 1 – 1 of 1) sorted by relevance
1324 #define CMFAIL ((char*)(MFAIL)) /* defined for convenience */ macro3169 if (mm != CMFAIL) { in mmap_alloc()3207 if (cp != CMFAIL) { in mmap_resize()3372 char* tbase = CMFAIL; in sys_alloc()3403 char* br = CMFAIL; in sys_alloc()3410 if (base != CMFAIL) { in sys_alloc()3434 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()3435 if (br != CMFAIL) { /* Try to use/extend the space we did get */ in sys_alloc()3441 if (end != CMFAIL) in sys_alloc()3445 br = CMFAIL; in sys_alloc()[all …]