Searched refs:allocations (Results 1 – 25 of 63) sorted by relevance
123
/external/linux-tools-perf/Documentation/ |
D | examples.txt | 66 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/ |
D | README | 2 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/ |
D | TODO | 21 - Use pool allocator for all allocations.
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 481 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/ |
D | TODO | 6 * Make heap profiler ignore STL-internal allocations for those
|
/external/srtp/ |
D | TODO | 65 functions, so that there need not be multiple allocations within a
|
/external/chromium_org/base/process/ |
D | memory_mac.mm | 127 // 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/ |
D | AddressSanitizer.rst | 174 depends on the allocations sizes. The smaller the allocations you make the
|
/external/valgrind/main/perf/ |
D | README | 23 a few different size allocations are used.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | heap-profile-table.h | 337 AllocationMap* allocations);
|
D | heap-profile-table.cc | 505 AllocationMap* allocations) { in WriteProfile() argument 515 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args); in WriteProfile()
|
/external/chromium_org/base/mac/ |
D | foundation_util_unittest.mm | 55 // 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/ |
D | heap-profile-table.h | 446 AllocationMap* allocations);
|
D | heap-profile-table.cc | 561 AllocationMap* allocations) { in WriteProfile() argument 574 allocations->Iterate<const DumpArgs&>(DumpNonLiveIterator, args); in WriteProfile()
|
/external/oprofile/events/i386/p4/ |
D | events | 22 event:0x10 counters:0 um:bsq minimum:3000 name:BSQ_ALLOCATION : allocations in the bus sequence unit
|
/external/valgrind/main/none/tests/ |
D | cmdline1.stdout.exp | 53 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
|
D | cmdline2.stdout.exp | 53 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
|
/external/llvm/docs/ |
D | AliasAnalysis.rst | 523 * 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/ |
D | memsubsys1.test | 172 # such that the SCRATCH allocations are too small.
|
/external/wpa_supplicant_8/hostapd/ |
D | android.config | 172 # This tracks use of memory allocations and other registrations and reports
|
/external/chromium/base/ |
D | process_util_mac.mm | 736 // 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/ |
D | ANGLE_texture_usage.txt | 43 it may need to perform costly re-allocations and/or reformatting
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 192 Dynamic stack allocations round the size to 8 bytes and then allocate
|
/external/chromium_org/third_party/sqlite/ |
D | preload-cache.patch | 149 +** When making large allocations, there is no need to stress the heap and
|
/external/antlr/antlr-3.4/runtime/C/ |
D | ChangeLog | 75 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