Searched refs:mark_inuse_foot (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 2469 #define mark_inuse_foot(M,p,s) macro 2488 #define mark_inuse_foot(M,p,s)\ macro 2498 mark_inuse_foot(M,p,s)) 2503 mark_inuse_foot(M,p,s)) 2507 mark_inuse_foot(M, p, s)) 3230 mark_inuse_foot(m, p, psize); in mmap_alloc() 3266 mark_inuse_foot(m, newp, psize); in mmap_resize()
|
/external/libffi/src/ |
D | dlmalloc.c | 2464 #define mark_inuse_foot(M,p,s) macro 2483 #define mark_inuse_foot(M,p,s)\ macro 2493 mark_inuse_foot(M,p,s)) 2498 mark_inuse_foot(M,p,s)) 2502 mark_inuse_foot(M, p, s)) 3225 mark_inuse_foot(m, p, psize); in mmap_alloc() 3261 mark_inuse_foot(m, newp, psize); in mmap_resize()
|
/external/dlmalloc/ |
D | malloc.c | 3048 #define mark_inuse_foot(M,p,s) macro 3069 #define mark_inuse_foot(M,p,s)\ macro 3079 mark_inuse_foot(M,p,s)) 3084 mark_inuse_foot(M,p,s)) 3088 mark_inuse_foot(M, p, s)) 3857 mark_inuse_foot(m, p, psize); in mmap_alloc() 3893 mark_inuse_foot(m, newp, psize); in mmap_resize()
|