Searched
full:heap (Results
376 -
400 of
1834) sorted by null
<<11121314151617181920>>
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_/ |
binomial_heap_.hpp | 38 * Contains an implementation class for a binomial heap. 42 * Binomial heap.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binomial_heap_/ |
binomial_heap_.hpp | 38 * Contains an implementation class for a binomial heap. 42 * Binomial heap.
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/ |
NativeLibraryAllocationInfo.java | 17 package com.android.ddmuilib.heap; 30 * A heap dump representation where each call site is associated with its source library.
|
/system/core/include/cutils/ |
mspace.h | 32 /* Allow setting the maximum heap footprint. 99 chunkptr and chunklen refer to the heap-level chunk including
|
/bionic/libc/arch-arm/bionic/ |
kill.S | 33 of a corrupted malloc heap).
|
tkill.S | 33 of a corrupted malloc heap).
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Main.java | 37 /* run through the heap to see if we trashed something */
|
/dalvik/vm/alloc/ |
Alloc.cpp | 20 #include "alloc/Heap.h" 28 * main heap. This needs to be replaced with something real. 38 * Post-zygote heap initialization, including starting 188 /* allocate on GC heap; memory is zeroed out */
|
/external/chromium/base/ |
safe_strerror_posix.h | 33 // more robust in the case of heap corruption errors, since it doesn't need to
|
/external/giflib/ |
gif_lib.h | 75 GifColorType *Colors; /* on malloc(3) heap */ 282 char *Bytes; /* on malloc(3) heap */ 289 unsigned char *RasterBits; /* on malloc(3) heap */ 292 ExtensionBlock *ExtensionBlocks; /* on malloc(3) heap */
|
/external/icu4c/common/ |
uinit.c | 48 cmemory_cleanup(); /* undo any heap functions set by u_setMemoryFunctions(). */
|
/external/kernel-headers/original/linux/ |
omap_ion.h | 27 * @flags: flags passed to heap
|
/external/libvpx/nestegg/halloc/ |
README | 4 Hierarchical memory heap interface - an extension to standard
|
/external/llvm/test/CodeGen/X86/GC/ |
alloc_loop.ll | 15 call void @llvm_gc_initialize(i32 1048576) ; Start with 1MB heap
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fst-decl.h | 55 template <class T, class Compare> class Heap;
|
/external/v8/test/mjsunit/compiler/ |
alloc-number.js | 29 // Try to get a GC because of a heap number allocation while we
|
/external/v8/test/mjsunit/regress/ |
regress-747.js | 30 // This test makes sure that we do flush code with heap allocated locals.
|
/external/valgrind/main/exp-ptrcheck/tests/ |
filter_stderr | 19 -e "/^exp-ptrcheck, a heap, stack and global array overrun detector$/d" \
|
/external/valgrind/main/massif/tests/ |
alloc-fns-B.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --alloc-fn=a4 --alloc-fn=b4 --alloc-fn=b3 --alloc-fn=c4 --alloc-fn=c3 --alloc-fn=c2 --alloc-fn=d4 --alloc-fn=d3 --alloc-fn=d2 --alloc-fn=d1 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
thresholds_0_0.post.exp | 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --threshold=0 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B) 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
copy-files.cmd | 41 heap
|
/external/webkit/Source/JavaScriptCore/runtime/ |
GCActivityCallback.cpp | 37 DefaultGCActivityCallback::DefaultGCActivityCallback(Heap*)
|
/external/webkit/Source/WebCore/bindings/js/ |
JSCustomVoidCallback.h | 34 #include <heap/Strong.h>
|
JSDataGridDataSource.h | 32 #include <heap/Strong.h>
|
JSImageDataCustom.cpp | 53 exec->heap()->reportExtraMemoryCost(imageData->data()->length());
|
Completed in 809 milliseconds
<<11121314151617181920>>