OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reallocs
(Results
1 - 25
of
114
) sorted by null
1
2
3
4
5
/external/valgrind/massif/tests/
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
: ...
realloc.stderr.exp
32
Massif: heap
reallocs
: 3
36
Massif: ignored heap
reallocs
: ...
filter_verbose
20
sed "s/\(Massif: ignored heap
reallocs
:\).*/\1 .../" |
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
: ...
/external/compiler-rt/lib/asan/
asan_stats.h
35
uptr
reallocs
;
member in struct:__asan::AsanStats
asan_stats.cc
46
Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20,
reallocs
);
/external/curl/tests/
memanalyze.pl
32
my $
reallocs
=0;
203
$
reallocs
++;
401
"
Reallocs
: $
reallocs
\n",
406
"Allocations: ".($mallocs + $callocs + $
reallocs
+ $strdups + $wcsdups)."\n";
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
node.c
36
/* A gimmick to make massive numbers of
reallocs
quicker. The result is
/external/libxml2/
testOOMlib.c
208
n_mallocs += 10; /* fudge factor to ensure
reallocs
etc. are covered */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
node.c
36
/* A gimmick to make massive numbers of
reallocs
quicker. The result is
/external/python/cpython2/Parser/
node.c
36
/* A gimmick to make massive numbers of
reallocs
quicker. The result is
/system/extras/memory_replay/
main.cpp
53
// another allocation. Since
reallocs
are relatively rare, this
/bionic/tests/
malloc_test.cpp
172
// Multiple
reallocs
, malloc is used for the original allocation.
240
// Multiple
reallocs
, calloc is used for the original allocation.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
split.h
10
/* Overallocate the initial list to reduce the number of
reallocs
for small
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
split.h
10
/* Overallocate the initial list to reduce the number of
reallocs
for small
/external/flatbuffers/src/
idl_gen_text.cpp
328
text.reserve(1024); // Reduce amount of inevitable
reallocs
.
/external/python/cpython2/Objects/stringlib/
split.h
10
/* Overallocate the initial list to reduce the number of
reallocs
for small
/external/skia/include/private/
SkTemplates.h
372
//
Reallocs
the array, can be used to shrink the allocation. Makes no attempt to be intelligent
/external/bison/tests/
regression.at
1453
// LAC
reallocs
1501
# Check number of
reallocs
to be sure reallocated memory isn't somehow
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
BMPSet.java
69
private final int listLength; // length used; list may be longer to minimize
reallocs
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
BMPSet.java
67
private final int listLength; // length used; list may be longer to minimize
reallocs
/external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_builder.cpp
41
// FIXME reserve total size to avoid
reallocs
/frameworks/native/vulkan/libvulkan/
driver.cpp
565
// Right now the loader never
reallocs
, so this doesn't matter. If that
[
all
...]
Completed in 349 milliseconds
1
2
3
4
5