Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 25 of 63) sorted by relevance

123

/external/linux-tools-perf/Documentation/
Dexamples.txt66 well. For example the page allocations done by a 'git gc' can be
77 To check which functions generated page allocations:
120 allocations - to see precisely what kind of page allocations there
157 Or you can observe the whole system's page allocations for 10
173 Or observe how fluctuating the page allocations are, via statistical
190 and check which instructions/source-code generated page allocations:
209 ( this shows that 83.42% of __GI___fork's page allocations come from
/external/chromium_org/tools/memory_watcher/
DREADME2 memory allocations. It works by hooking the system allocation/deallocation
12 (3) Hit ctrl-alt-D to generate a dump of the memory allocations.
/external/libvpx/libvpx/nestegg/
DTODO21 - Use pool allocator for all allocations.
/external/compiler-rt/lib/lsan/
Dlsan_common.cc481 uptr bytes = 0, allocations = 0; in PrintSummary() local
485 allocations += leaks_[i].hit_count; in PrintSummary()
491 bytes, allocations); in PrintSummary()
/external/chromium_org/third_party/tcmalloc/vendor/
DTODO6 * Make heap profiler ignore STL-internal allocations for those
/external/srtp/
DTODO65 functions, so that there need not be multiple allocations within a
/external/chromium_org/base/process/
Dmemory_mac.mm127 // UncheckedMalloc() is on the stack, for large allocations (15k and up) only
128 // an OOM failure leads here. Smaller allocations could also arrive here due
540 // allocations from non-default zones.
649 // only supports batch_malloc for "tiny" allocations from the free list. It
650 // will fail for allocations larger than "tiny", and will only allocate as
/external/clang/docs/
DAddressSanitizer.rst174 depends on the allocations sizes. The smaller the allocations you make the
/external/valgrind/main/perf/
DREADME23 a few different size allocations are used.
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dheap-profile-table.h337 AllocationMap* allocations);
Dheap-profile-table.cc505 AllocationMap* allocations) { in WriteProfile() argument
515 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args); in WriteProfile()
/external/chromium_org/base/mac/
Dfoundation_util_unittest.mm55 // Make sure the allocations of CF types are good.
177 // Make sure the allocations of NS types are good.
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dheap-profile-table.h446 AllocationMap* allocations);
Dheap-profile-table.cc561 AllocationMap* allocations) { in WriteProfile() argument
574 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args); in WriteProfile()
/external/oprofile/events/i386/p4/
Devents22 event:0x10 counters:0 um:bsq minimum:3000 name:BSQ_ALLOCATION : allocations in the bus sequence unit
/external/valgrind/main/none/tests/
Dcmdline1.stdout.exp53 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
Dcmdline2.stdout.exp53 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
/external/llvm/docs/
DAliasAnalysis.rst523 * Distinct globals, stack allocations, and heap allocations can never alias.
524 * Globals, stack allocations, and heap allocations never alias the null pointer.
530 * Function calls can not modify or references stack allocations if they never
/external/chromium_org/third_party/sqlite/src/test/
Dmemsubsys1.test172 # such that the SCRATCH allocations are too small.
/external/wpa_supplicant_8/hostapd/
Dandroid.config172 # This tracks use of memory allocations and other registrations and reports
/external/chromium/base/
Dprocess_util_mac.mm736 // allocations from non-default zones.
830 // only supports batch_malloc for "tiny" allocations from the free list. It
831 // will fail for allocations larger than "tiny", and will only allocate as
/external/chromium_org/third_party/angle/extensions/
DANGLE_texture_usage.txt43 it may need to perform costly re-allocations and/or reformatting
/external/llvm/lib/Target/SystemZ/
DREADME.txt192 Dynamic stack allocations round the size to 8 bytes and then allocate
/external/chromium_org/third_party/sqlite/
Dpreload-cache.patch149 +** When making large allocations, there is no need to stress the heap and
/external/antlr/antlr-3.4/runtime/C/
DChangeLog75 reduced system time spent on allocations.
94 now the huge disparity in memory allocations. A
356 This caused literally millions of extra calls and vector allocations

123