Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-impl.h107 enum __mf_state_enum { active, reentrant, in_malloc }; enumerator
390 else if (UNLIKELY (__mf_get_state () == in_malloc)) \
403 __mf_set_state (in_malloc)
H A DChangeLog111 * mf-impl.h (enum __mf_state_enum): Expand comment. Add in_malloc.
112 (BEGIN_PROTECT): Handle in_malloc state.