Home
last modified time | relevance | path

Searched refs:CMFAIL (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c1643 #define CMFAIL ((char*)(MFAIL)) /* defined for convenience */ macro
3847 if (mm != CMFAIL) { in mmap_alloc()
3885 if (cp != CMFAIL) { in mmap_resize()
4050 char* tbase = CMFAIL; in sys_alloc()
4096 char* br = CMFAIL; in sys_alloc()
4103 if (base != CMFAIL) { in sys_alloc()
4129 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
4130 if (br != CMFAIL) { /* Try to use/extend the space we did get */ in sys_alloc()
4136 if (end != CMFAIL) in sys_alloc()
4140 br = CMFAIL; in sys_alloc()
[all …]