Searched refs:in_malloc (Results 1 – 2 of 2) sorted by relevance
107 enum __mf_state_enum { active, reentrant, in_malloc }; enumerator390 else if (UNLIKELY (__mf_get_state () == in_malloc)) \403 __mf_set_state (in_malloc)
111 * mf-impl.h (enum __mf_state_enum): Expand comment. Add in_malloc.112 (BEGIN_PROTECT): Handle in_malloc state.