HomeSort by relevance Sort by last modified time
    Searched full:gdump (Results 1 - 9 of 9) sorted by null

  /external/jemalloc/test/unit/
prof_gdump.c 24 bool active, gdump, gdump_old; local
46 gdump = false;
48 assert_d_eq(mallctl("prof.gdump", &gdump_old, &sz, &gdump,
49 sizeof(gdump)), 0,
50 "Unexpected mallctl failure while disabling prof.gdump");
57 gdump = true;
59 assert_d_eq(mallctl("prof.gdump", &gdump_old, &sz, &gdump,
60 sizeof(gdump)), 0
    [all...]
  /external/jemalloc/src/
prof.c 286 bool idump, gdump; local
292 gdump = tdata->enq_gdump;
297 if (gdump)
    [all...]
chunk.c 10 /* Used exclusively for gdump triggering. */
ctl.c 365 {NAME("gdump"), CTL(prof_gdump)},
    [all...]
  /external/jemalloc/
ChangeLog 72 - Add the "prof.gdump" mallctl, which makes it possible to toggle the gdump
    [all...]
  /external/jemalloc/doc/
jemalloc.xml.in     [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 

Completed in 186 milliseconds