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

/freebsd-10.0-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c106 BEGIN_PROTECT (malloc, c);
144 BEGIN_PROTECT (calloc, c, n);
186 BEGIN_PROTECT (realloc, buf, c);
244 BEGIN_PROTECT (free, buf);
327 BEGIN_PROTECT (mmap, start, length, prot, flags, fd, offset);
377 BEGIN_PROTECT (munmap, start, length);
H A Dmf-impl.h379 #define BEGIN_PROTECT(fname, ...) \ macro
400 that call BEGIN_PROTECT at the start, and hence the state must always

Completed in 204 milliseconds