Searched refs:insert_chunk (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 3140 #define insert_chunk(M, P, S)\ macro 3320 insert_chunk(m, q, qsize); in prepend_alloc() 3376 insert_chunk(m, q, psize); in add_segment() 3754 insert_chunk(m, r, rsize); in tmalloc_large() 4310 insert_chunk(fm, p, psize); in dlfree() 4715 insert_chunk(fm, p, psize); in mspace_free()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 3726 #define insert_chunk(M, P, S)\ macro 3903 insert_chunk(m, q, qsize); in prepend_alloc() 3958 insert_chunk(m, q, psize); in add_segment() 4351 insert_chunk(m, r, rsize); in tmalloc_large()
|