HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_int64 (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.cc 48 DEFINE_int64(tcmalloc_sample_parameter, 0,
51 DEFINE_int64(tcmalloc_sample_parameter,
heap-profiler.cc 126 DEFINE_int64(heap_profile_allocation_interval,
131 DEFINE_int64(heap_profile_deallocation_interval,
138 DEFINE_int64(heap_profile_inuse_interval,
143 DEFINE_int64(heap_profile_time_interval,
memfs_malloc.cc 73 DEFINE_int64(memfs_malloc_limit_mb,
thread_cache.cc 46 DEFINE_int64(tcmalloc_max_total_thread_cache_bytes,
heap-checker.cc 203 DEFINE_int64(heap_check_max_pointer_offset,
    [all...]
tcmalloc.cc 192 DEFINE_int64(tcmalloc_large_alloc_report_threshold,
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.cc 48 DEFINE_int64(tcmalloc_sample_parameter, 0,
51 DEFINE_int64(tcmalloc_sample_parameter,
heap-profiler.cc 93 DEFINE_int64(heap_profile_allocation_interval,
98 DEFINE_int64(heap_profile_deallocation_interval,
105 DEFINE_int64(heap_profile_inuse_interval,
memfs_malloc.cc 73 DEFINE_int64(memfs_malloc_limit_mb,
thread_cache.cc 46 DEFINE_int64(tcmalloc_max_total_thread_cache_bytes,
tcmalloc.cc 194 DEFINE_int64(tcmalloc_large_alloc_report_threshold,
    [all...]
heap-checker.cc 203 DEFINE_int64(heap_check_max_pointer_offset,
    [all...]
  /external/openfst/src/bin/
fstdeterminize.cc 26 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
28 DEFINE_int64(subsequential_label, 0,
fstshortestpath.cc 25 DEFINE_int64(nshortest, 1, "Return N-shortest paths");
28 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
fstprune.cc 26 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
fstrandgen.cc 25 DEFINE_int64(npath, 1, "Number of paths to generate");
fstrmepsilon.cc 27 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
fstshortestdistance.cc 31 DEFINE_int64(nstate, fst::kNoStateId, "State number threhold");
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
commandlineflags.h 85 #define DEFINE_int64(name, value, meaning) \
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
commandlineflags.h 89 #define DEFINE_int64(name, value, meaning) \
  /external/openfst/src/lib/
fst.cc 47 DEFINE_int64(fst_default_cache_gc_limit, 1<<20LL,
  /external/chromium_org/third_party/cld/base/
commandlineflags.h 409 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(int64,I64, name, val, txt)
  /external/openfst/src/include/fst/
flags.h 222 #define DEFINE_int64(name, value, doc) DEFINE_VAR(int64, name, value, doc)

Completed in 992 milliseconds