Searched refs:fm (Results 1 – 2 of 2) sorted by relevance
4841 mstate fm = get_mstate_for(p); in dlfree() local4842 if (!ok_magic(fm)) { in dlfree()4843 USAGE_ERROR_ACTION(fm, p); in dlfree()4847 #define fm gm in dlfree() macro4849 if (!PREACTION(fm)) { in dlfree()4850 check_inuse_chunk(fm, p); in dlfree()4851 if (RTCHECK(ok_address(fm, p) && ok_inuse(p))) { in dlfree()4859 fm->footprint -= psize; in dlfree()4866 if (RTCHECK(ok_address(fm, prev))) { /* consolidate backward */ in dlfree()4867 if (p != fm->dv) { in dlfree()[all …]
4236 mstate fm = get_mstate_for(p); in dlfree() local4237 if (!ok_magic(fm)) { in dlfree()4238 USAGE_ERROR_ACTION(fm, p); in dlfree()4242 #define fm gm in dlfree() macro4244 if (!PREACTION(fm)) { in dlfree()4245 check_inuse_chunk(fm, p); in dlfree()4246 if (RTCHECK(ok_address(fm, p) && ok_cinuse(p))) { in dlfree()4255 fm->footprint -= psize; in dlfree()4262 if (RTCHECK(ok_address(fm, prev))) { /* consolidate backward */ in dlfree()4263 if (p != fm->dv) { in dlfree()[all …]