Searched refs:in_malloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-impl.h102 in_malloc means we are inside a real malloc call inside a wrapped malloc
107 enum __mf_state_enum { active, reentrant, in_malloc }; enumerator in enum:__mf_state_enum
390 else if (UNLIKELY (__mf_get_state () == in_malloc)) \
403 __mf_set_state (in_malloc)

Completed in 109 milliseconds