Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1294 #define CMFAIL ((char*)(MFAIL)) /* defined for convenience */ macro
3224 if (mm != CMFAIL) { in mmap_alloc()
3262 if (cp != CMFAIL) { in mmap_resize()
3427 char* tbase = CMFAIL; in sys_alloc()
3458 char* br = CMFAIL; in sys_alloc()
3465 if (base != CMFAIL) { in sys_alloc()
3489 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
3490 if (br != CMFAIL) { /* Try to use/extend the space we did get */ in sys_alloc()
3496 if (end != CMFAIL) in sys_alloc()
3500 br = CMFAIL; in sys_alloc()
[all …]
/external/libffi/src/
Ddlmalloc.c1289 #define CMFAIL ((char*)(MFAIL)) /* defined for convenience */ macro
3219 if (mm != CMFAIL) { in mmap_alloc()
3257 if (cp != CMFAIL) { in mmap_resize()
3422 char* tbase = CMFAIL; in sys_alloc()
3453 char* br = CMFAIL; in sys_alloc()
3460 if (base != CMFAIL) { in sys_alloc()
3484 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
3485 if (br != CMFAIL) { /* Try to use/extend the space we did get */ in sys_alloc()
3491 if (end != CMFAIL) in sys_alloc()
3495 br = CMFAIL; in sys_alloc()
[all …]
/external/dlmalloc/
Dmalloc.c1636 #define CMFAIL ((char*)(MFAIL)) /* defined for convenience */ macro
3851 if (mm != CMFAIL) { in mmap_alloc()
3889 if (cp != CMFAIL) { in mmap_resize()
4054 char* tbase = CMFAIL; in sys_alloc()
4108 char* br = CMFAIL; in sys_alloc()
4115 if (base != CMFAIL) { in sys_alloc()
4141 if (tbase == CMFAIL) { /* Cope with partial failure */ in sys_alloc()
4142 if (br != CMFAIL) { /* Try to use/extend the space we did get */ in sys_alloc()
4148 if (end != CMFAIL) in sys_alloc()
4152 br = CMFAIL; in sys_alloc()
[all …]
/external/python/cpython2/Modules/_ctypes/
Dlibffi.diff171 if (tbase != CMFAIL) {