Searched refs:gm (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | dlmalloc.c | 2070 #define gm (&_gm_) macro 2508 int ret_value=INITIAL_LOCK(&gm->mutex); in init_mparams() 2511 gm->mflags = mparams.default_mflags; in init_mparams() 3157 (m == gm)? dlmalloc(b) : mspace_malloc(m, b) 3159 if (m == gm) dlfree(mem); else mspace_free(m,mem); 4118 if (!PREACTION(gm)) { in dlmalloc() 4126 smallbits = gm->smallmap >> idx; in dlmalloc() 4131 b = smallbin_at(gm, idx); in dlmalloc() 4134 unlink_first_small_chunk(gm, b, p, idx); in dlmalloc() 4135 set_inuse_and_pinuse(gm, p, small_index2size(idx)); in dlmalloc() [all …]
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | dlmalloc.c | 2590 #define gm (&_gm_) macro 3102 gm->mflags = mparams.default_mflags; in init_mparams() 3103 INITIAL_LOCK(&gm->mutex); in init_mparams() 3743 (m == gm)? dlmalloc(b) : mstar_mspace_malloc(m, b) 3745 if (m == gm) dlfree(mem); else mstar_mspace_free(m,mem); 4723 if (!PREACTION(gm)) { in dlmalloc() 4731 smallbits = gm->smallmap >> idx; in dlmalloc() 4736 b = smallbin_at(gm, idx); in dlmalloc() 4739 unlink_first_small_chunk(gm, b, p, idx); in dlmalloc() 4740 set_inuse_and_pinuse(gm, p, small_index2size(idx)); in dlmalloc() [all …]
|