Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2135 #define disable_contiguous(M) ((M)->mflags |= USE_NONCONTIGUOUS_BIT) macro
3510 disable_contiguous(m); /* Don't try contiguous path in the future */ in sys_alloc()
4485 disable_contiguous(m); in init_user_mstate()
/external/libffi/src/
Ddlmalloc.c2130 #define disable_contiguous(M) ((M)->mflags |= USE_NONCONTIGUOUS_BIT) macro
3505 disable_contiguous(m); /* Don't try contiguous path in the future */ in sys_alloc()
4480 disable_contiguous(m); in init_user_mstate()
/external/dlmalloc/
Dmalloc.c2661 #define disable_contiguous(M) ((M)->mflags |= USE_NONCONTIGUOUS_BIT) macro
4162 disable_contiguous(m); /* Don't try contiguous path in the future */ in sys_alloc()
5452 disable_contiguous(m); in init_user_mstate()