Searched refs:insert_chunk (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 3181 #define insert_chunk(M, P, S)\ macro 3361 insert_chunk(m, q, qsize); in prepend_alloc() 3417 insert_chunk(m, q, psize); in add_segment() 3788 insert_chunk(m, r, rsize); in tmalloc_large() 4344 insert_chunk(fm, p, psize); in dlfree() 4745 insert_chunk(fm, p, psize); in mspace_free()
|
/external/libffi/src/ |
D | dlmalloc.c | 3176 #define insert_chunk(M, P, S)\ macro 3356 insert_chunk(m, q, qsize); in prepend_alloc() 3412 insert_chunk(m, q, psize); in add_segment() 3783 insert_chunk(m, r, rsize); in tmalloc_large() 4339 insert_chunk(fm, p, psize); in dlfree() 4740 insert_chunk(fm, p, psize); in mspace_free()
|
/external/dlmalloc/ |
D | malloc.c | 3805 #define insert_chunk(M, P, S)\ macro 3989 insert_chunk(m, q, qsize); in prepend_alloc() 4044 insert_chunk(m, q, psize); in add_segment() 4448 insert_chunk(m, p, psize); in dispose_chunk() 4518 insert_chunk(m, r, rsize); in tmalloc_large()
|