Searched refs:insert_small_chunk (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 3511 #define insert_small_chunk(M, P, S) {\ macro 3575 insert_small_chunk(M, DV, DVS);\ 3727 if (is_small(S)) insert_small_chunk(M, P, S)\ 4916 insert_small_chunk(fm, p, psize); in dlfree() 5347 insert_small_chunk(fm, p, psize); in mstar_mspace_free()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2928 #define insert_small_chunk(M, P, S) {\ macro 2990 insert_small_chunk(M, DV, DVS);\ 3141 if (is_small(S)) insert_small_chunk(M, P, S)\
|