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

/macosx-10.10/libmalloc-53.1.1/src/
H A Dstack_logging.h58 extern int stack_logging_postponed; /* set if we needed to postpone logging till after initialisation */
H A Dstack_logging_disk.c425 stack_logging_postponed = 1;
499 if (!stack_logging_postponed) {
850 if (!stack_logging_postponed) {
900 if (!stack_logging_enable_logging || stack_logging_postponed) return;
966 if (!stack_logging_enable_logging || stack_logging_postponed) {
1068 stack_logging_postponed = 0;
H A Dstack_logging.c126 int stack_logging_postponed = 0; variable

Completed in 174 milliseconds