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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.cc 45 // tcmalloc_sample_parameter bytes of allocation
48 DEFINE_int64(tcmalloc_sample_parameter, 0,
51 DEFINE_int64(tcmalloc_sample_parameter,
52 EnvToInt64("TCMALLOC_SAMPLE_PARAMETER", 0),
sampler.h 77 // p = 1/tcmalloc_sample_parameter. This makes the probability
79 // a geometric with mean tcmalloc_sample_parameter. (ie. the
tcmalloc.cc 178 DECLARE_int64(tcmalloc_sample_parameter); variable
630 "%warn set the environment variable TCMALLOC_SAMPLE_PARAMETER to\n"
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.cc 45 // tcmalloc_sample_parameter bytes of allocation
48 DEFINE_int64(tcmalloc_sample_parameter, 0,
51 DEFINE_int64(tcmalloc_sample_parameter,
52 EnvToInt64("TCMALLOC_SAMPLE_PARAMETER", 0),
sampler.h 77 // p = 1/tcmalloc_sample_parameter. This makes the probability
79 // a geometric with mean tcmalloc_sample_parameter. (ie. the
tcmalloc.cc 180 DECLARE_int64(tcmalloc_sample_parameter);
599 "%warn set the environment variable TCMALLOC_SAMPLE_PARAMETER to\n"
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 124 // variable TCMALLOC_SAMPLE_PARAMETER to a value such as 524288.
134 // TCMALLOC_SAMPLE_PARAMETER.)
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 522 // tcmalloc_sample_parameter flag never overflows bytes_until_sample_
651 DECLARE_int64(tcmalloc_sample_parameter); variable
tcmalloc_unittest.cc 157 DECLARE_int64(tcmalloc_sample_parameter); variable
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 124 // variable TCMALLOC_SAMPLE_PARAMETER to a value such as 524288.
134 // TCMALLOC_SAMPLE_PARAMETER.)
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 522 // tcmalloc_sample_parameter flag never overflows bytes_until_sample_
651 DECLARE_int64(tcmalloc_sample_parameter); variable
tcmalloc_unittest.cc 157 DECLARE_int64(tcmalloc_sample_parameter); variable
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
pprof_remote_servers.html 71 environment variable <code>TCMALLOC_SAMPLE_PARAMETER</code> to a
tcmalloc.html 464 <td><code>TCMALLOC_SAMPLE_PARAMETER</code></td>
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am     [all...]
Makefile.in 186 @WITH_HEAP_PROFILER_OR_CHECKER_TRUE@am__append_42 = TCMALLOC_SAMPLE_PARAMETER=524288 \
    [all...]

Completed in 330 milliseconds