HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 551 - 575 of 3161) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/google/
heap-profiler.h 34 #include <gperftools/heap-profiler.h>
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
page_heap_test.cc 25 // Empty page heap
  /external/chromium_org/third_party/tcmalloc/vendor/src/google/
heap-checker.h 33 #include <gperftools/heap-checker.h>
heap-profiler.h 34 #include <gperftools/heap-profiler.h>
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profiler.cc 58 #include <gperftools/heap-profiler.h>
71 #include "heap-profile-table.h"
87 // Flags that control heap-profiling
95 "If non-zero, dump heap profiling information once every "
100 "If non-zero, dump heap profiling information once every "
107 "If non-zero, dump heap profiling information whenever "
115 "If heap-profiling is on, also profile mmap, mremap, and sbrk)");
118 "If heap-profiling is on, only profile mmap, mremap, and sbrk; "
135 // Simple allocator for heap profiler's internal memory
172 static HeapProfileTable* heap_profile = NULL; // the heap profile tabl
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
page_heap_test.cc 25 // Empty page heap
  /external/chromium_org/tools/deep_memory_profiler/tests/
dmprof_test.py 195 HEAP_PATH = os.path.join(BASE_PATH, 'tests', 'data', 'heap.01234.0001.heap')
205 HEAP_PATH = os.path.join(BASE_PATH, 'tests', 'data', 'heap.01234.0001.heap')
  /external/chromium_org/tools/perf/measurements/
memory.py 32 if tab.browser.is_profiler_active('tcmalloc-heap'):
  /external/chromium_org/tools/traceline/traceline/
README 9 other hooks of interest have been written, including heap allocation functions.
  /external/chromium_org/v8/src/
variables.h 66 // An indexed slot in a heap context. index() is the variable index in
67 // the context object on the heap, starting at 0. scope() is the
71 // A named slot in a heap context. name() is the variable name in the
72 // context object on the heap, with lookup starting at the current
  /external/clang/docs/
LeakSanitizer.rst 11 LeakSanitizer is a heap leak detector which is designed to be used on top of
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
interception_malloc_test.cc 22 // CHECK: heap-use-after-free
interception_test.cc 21 // CHECK: heap-use-after-free
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
strdup_oob_test.cc 13 // CHECK: AddressSanitizer: heap-buffer-overflow
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
ignore_object.cc 29 // CHECK: ignoring heap object at [[ADDR]]
  /external/compiler-rt/lib/msan/lit_tests/
dso-origin.cc 19 // CHECK: Uninitialized value was created by a heap allocation
  /external/compiler-rt/lib/tsan/lit_tests/
race_on_heap.cc 40 // CHECK: Location is heap block of size 99 at [[ADDR]] allocated by thread T1:
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 22 7d00 0000 0000 - 7e00 0000 0000: heap
33 7d00 0000 0000 - 7e00 0000 0000: heap
40 00c0 0000 0000 - 00e0 0000 0000: heap
50 00c0 0000 0000 - 00e0 0000 0000: heap
  /external/dropbear/libtommath/
bn_error.c 23 { MP_MEM, "Out of heap" },
  /external/icu4c/i18n/
fphdlimp.h 56 // This attempts to encourage that by blocking heap allocation.
  /external/jpeg/
jconfig.mc6 28 #define NEED_FHEAPMIN /* far heap management routines are broken */
  /external/qemu/distrib/jpeg-6b/
jconfig.mc6 28 #define NEED_FHEAPMIN /* far heap management routines are broken */
  /external/srec/portable/src/
pmemfixed.c 75 4. Can limit the total heap size.
78 'heap' limit has been reached.
119 /* If not defined on the command line, use a default value of 10 megabytes for the heap. */
236 * Description: API function used to set the initial heap size. Note this can be
264 * Description: API function to return the initial heap size.
297 /* Calculate the required heap size */
305 /* Insuffucient heap memory; abort initialisation */
318 /* Use the system malloc for heap allocation. */
324 /* Unable to get memory for heap; abort initialisation */
358 * (int), Heap Memory Start Address (char**
    [all...]
  /external/v8/src/
variables.h 66 // An indexed slot in a heap context. index() is the variable index in
67 // the context object on the heap, starting at 0. scope() is the
71 // A named slot in a heap context. name() is the variable name in the
72 // context object on the heap, with lookup starting at the current
  /external/v8/test/cctest/
test-weakmaps.cc 91 HEAP->CollectAllGarbage(false);
109 HEAP->CollectAllGarbage(false);
114 HEAP->CollectAllGarbage(false);
147 HEAP->CollectAllGarbage(false);

Completed in 3819 milliseconds

<<21222324252627282930>>