Searched refs:CMFAIL (Results 1 – 2 of 2) sorted by relevance
1301 #define CMFAIL ((char*)(MFAIL)) /* defined for convenience */ macro3183 if (mm != CMFAIL) { in mmap_alloc()3221 if (cp != CMFAIL) { in mmap_resize()3386 char* tbase = CMFAIL; in sys_alloc()3417 char* br = CMFAIL; in sys_alloc()3427 if (base != CMFAIL) { in sys_alloc()3451 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()3452 if (br != CMFAIL) { /* Try to use/extend the space we did get */ in sys_alloc()3458 if (end != CMFAIL) in sys_alloc()3462 br = CMFAIL; in sys_alloc()[all …]
1567 #define CMFAIL ((char*)(MFAIL)) /* defined for convenience */ macro3767 if (mm != CMFAIL) { in mmap_alloc()3804 if (cp != CMFAIL) { in mmap_resize()3968 char* tbase = CMFAIL; in sys_alloc()4009 char* br = CMFAIL; in sys_alloc()4016 if (base != CMFAIL) { in sys_alloc()4040 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()4041 if (br != CMFAIL) { /* Try to use/extend the space we did get */ in sys_alloc()4047 if (end != CMFAIL) in sys_alloc()4051 br = CMFAIL; in sys_alloc()[all …]