Searched defs:dumping (Results 1 - 2 of 2) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprof.h214 /* State used to avoid dumping while operating on prof internals. */
225 bool dumping; member in struct:prof_tdata_s
250 extern bool opt_prof_gdump; /* High-water memory dumping. */
251 extern bool opt_prof_final; /* Final profile dumping. */
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump.c31 * Trace dumping functions.
33 * For now we just use standard XML for dumping the trace calls, as this is
63 static boolean dumping = FALSE; variable
291 dumping = TRUE;
296 dumping = FALSE;
301 return dumping;
333 if (!dumping)
350 if (!dumping)
373 if (!dumping)
382 if (!dumping)
[all...]

Completed in 367 milliseconds