Home
last modified time | relevance | path

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

/external/libffi/src/
Ddlmalloc.c1278 #define CMFAIL ((char*)(MFAIL)) /* defined for convenience */ macro
3157 if (mm != CMFAIL) { in mmap_alloc()
3195 if (cp != CMFAIL) { in mmap_resize()
3360 char* tbase = CMFAIL; in sys_alloc()
3391 char* br = CMFAIL; in sys_alloc()
3398 if (base != CMFAIL) { in sys_alloc()
3422 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
3423 if (br != CMFAIL) { /* Try to use/extend the space we did get */ in sys_alloc()
3429 if (end != CMFAIL) in sys_alloc()
3433 br = CMFAIL; in sys_alloc()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c1324 #define CMFAIL ((char*)(MFAIL)) /* defined for convenience */ macro
3169 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 …]
/external/eigen/unsupported/test/mpreal/
Ddlmalloc.c1478 #define CMFAIL ((char*)(MFAIL)) /* defined for convenience */ macro
3671 if (mm != CMFAIL) { in mmap_alloc()
3708 if (cp != CMFAIL) { in mmap_resize()
3872 char* tbase = CMFAIL; in sys_alloc()
3908 char* br = CMFAIL; in sys_alloc()
3915 if (base != CMFAIL) { in sys_alloc()
3939 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
3940 if (br != CMFAIL) { /* Try to use/extend the space we did get */ in sys_alloc()
3946 if (end != CMFAIL) in sys_alloc()
3950 br = CMFAIL; in sys_alloc()
[all …]