HomeSort by relevance Sort by last modified time
    Searched full:reallocs (Results 1 - 25 of 26) sorted by null

1 2

  /external/valgrind/main/massif/tests/
realloc.stderr.exp 32 Massif: heap reallocs: 3
36 Massif: ignored heap reallocs: ...
filter_verbose 17 sed "s/\(Massif: ignored heap reallocs:\).*/\1 .../" |
deep-B.stderr.exp 42 Massif: heap reallocs: 0
46 Massif: ignored heap reallocs: ...
deep-C.stderr.exp 45 Massif: heap reallocs: 0
49 Massif: ignored heap reallocs: ...
peak2.stderr.exp 100 Massif: heap reallocs: 0
104 Massif: ignored heap reallocs: ...
culling1.stderr.exp 430 Massif: heap reallocs: 0
434 Massif: ignored heap reallocs: ...
culling2.stderr.exp     [all...]
  /bionic/tests/
malloc_test.cpp 130 // Multiple reallocs, malloc is used for the original allocation.
200 // Multiple reallocs, calloc is used for the original allocation.
  /external/compiler-rt/lib/asan/
asan_stats.h 36 uptr reallocs; member in struct:__asan::AsanStats
asan_stats.cc 41 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs);
asan_allocator2.cc 516 thread_stats.reallocs++;
  /external/qemu/
path.c 108 /* This needs to be done after tree is stabilized (ie. no more reallocs!). */
  /external/bison/tests/
regression.at 1453 // LAC reallocs
1501 # Check number of reallocs to be sure reallocated memory isn't somehow
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 597 #ifndef DEBUGALLOCATION // debug alloc doesn't try to minimize reallocs
599 // makes reallocs of small sizes do extra work (thus, failing these
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 597 #ifndef DEBUGALLOCATION // debug alloc doesn't try to minimize reallocs
599 // makes reallocs of small sizes do extra work (thus, failing these
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 576 // reallocs the raw data area, which likely relocates it, which
  /external/icu4c/i18n/
uspoof_impl.cpp 597 // reallocs the raw data area, which likely relocates it, which
  /external/libvorbis/lib/
res0.c 787 /* ugly; reallocs for each coupling pass :-( */
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 74 and reallocs. All this holds as long as the static bookkeeping
84 freed. This improves security by rejecting frees/reallocs that
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 75 and reallocs. All this holds as long as the static bookkeeping
85 freed. This improves security by rejecting frees/reallocs that
    [all...]
  /external/libffi/src/
dlmalloc.c 75 and reallocs. All this holds as long as the static bookkeeping
85 freed. This improves security by rejecting frees/reallocs that
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 111 and reallocs. All this holds as long as the static bookkeeping
121 freed. This improves security by rejecting frees/reallocs that
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc     [all...]

Completed in 1722 milliseconds

1 2