HomeSort by relevance Sort by last modified time
    Searched defs:dumping (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.c 31 * 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
286 * Dumping control
291 dumping = TRUE;
296 dumping = FALSE;
301 return dumping;
333 if (!dumping)
350 if (!dumping)
373 if (!dumping)
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 150 * - Dumping a heap profile that includes this gctx.
215 /* State used to avoid dumping while operating on prof internals. */
226 bool dumping; member in struct:prof_tdata_s
251 extern bool opt_prof_gdump; /* High-water memory dumping. */
252 extern bool opt_prof_final; /* Final profile dumping. */

Completed in 106 milliseconds