Searched
full:heap (Results
276 -
300 of
1164) sorted by null
<<11121314151617181920>>
/bionic/libc/bionic/ |
dlmalloc.h | 182 Returns the number of bytes that the heap is allowed to obtain 195 Set the maximum number of bytes that the heap is allowed to 199 is larger than the current footprint, the heap will never grow 201 is smaller than the current footprint, the heap will not grow 207 TODO: try to force the heap to give up memory in the shrink case, 420 Calls the provided handler on each free region in the heap. The 435 heap. The handler will receive the chunk pointer and length, the
|
/external/v8/src/arm/ |
macro-assembler-arm.h | 79 Heap::RootListIndex index, 83 // address of the heap object 'object'. The address must be in the first 8K 198 // tag_allocated_object is true the result is tagged as as a heap object. 256 // Compare object type for heap object. heap_object contains a non-Smi 260 // are the same register). It leaves the heap object in the heap_object 271 // leaves the heap object in the heap_object register unless the heap_object 280 // (object is known to be a heap object)
|
virtual-frame-arm.cc | 147 __ LoadRoot(ip, Heap::kUndefinedValueRootIndex); 148 __ LoadRoot(r2, Heap::kStackLimitRootIndex); 164 __ LoadRoot(r2, Heap::kStackLimitRootIndex);
|
/external/v8/src/ |
assembler.cc | 506 Object* found = Heap::FindCodeObject(addr); 603 return ExternalReference(Heap::roots_address()); 623 return ExternalReference(Heap::NewSpaceStart()); 628 return ExternalReference(reinterpret_cast<Address>(Heap::NewSpaceMask())); 633 return ExternalReference(Heap::NewSpaceAllocationTopAddress()); 638 return ExternalReference(Heap::always_allocate_scope_depth_address()); 643 return ExternalReference(Heap::NewSpaceAllocationLimitAddress());
|
handles.cc | 140 CALL_HEAP_FUNCTION(Heap::ReinitializeJSGlobalProxy(*constructor, *global), 331 (descriptors->GetKey(0) == Heap::hidden_symbol()) && 370 CALL_HEAP_FUNCTION(Heap::LookupSingleCharacterStringFromCode(index), Object); 395 CALL_HEAP_FUNCTION(Heap::CopyJSObject(*obj), JSObject); 408 // need to reeenter to unprotect the heap. 576 *p != Heap::null_value(); 582 !Top::MayNamedAccess(*current, Heap::undefined_value(),
|
bootstrapper.h | 57 // Requires: Heap::Setup has been called.
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPNode.c | 145 memory for Node heap */ 153 "node heap profile \n")); 158 /* allocate heap memory */ 159 /* Make heap size multiple of page size * */ 165 ("DSPNodeAllocate: Node heap memory" 533 /* Free any node heap memory */ 536 "Freeing Node heap addr \n")));
|
/external/v8/tools/ |
tickprocessor.js | 157 'heap-sample-begin': { parsers: [null, null, parseInt], 159 'heap-sample-end': { parsers: [null, null], 161 'heap-js-prod-item': { parsers: [null, 'var-args'], 165 'heap-sample-stats': null, 166 'heap-sample-item': null, 167 'heap-js-cons-item': null, 168 'heap-js-ret-item': null, 366 if (space != 'Heap') return; 372 if (space != 'Heap' || !this.currentProducerProfile_) return;
|
/external/webkit/JavaScriptCore/ |
ChangeLog | 54 (JSC::Heap::markRoots): Mark the small strings cache last, so it can 116 Added an SPI for asking about all the different live objects on the heap. 125 (JSC::Heap::objectTypeCounts): The new SPI. [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
esta_drv.h | 284 unsigned max_heap_bytes_allocated; /* Maximum number of allocated bytes on the heap */ 285 unsigned cur_heap_bytes_allocated; /* Current number of allocated bytes on the heap */ 286 unsigned max_buf_bytes_allocated; /* Maximum number of allocated bytes on the heap for TX/RX buffers */
|
/dalvik/dx/etc/ |
dx | 52 # By default, give dx a max heap size of 1 gig. This can be overridden
|
dx.bat | 45 REM By default, give dx a max heap size of 1 gig. This can be overridden
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
NIOAccess.java | 31 * Buffer is not backed by native heap storage. Note that this is
|
/dalvik/ |
run-core-tests.sh | 64 # large value for both heap and stack.
|
/dalvik/vm/ |
InlineNative.h | 38 * the heap at runtime (or just declare two static tables, one with full
|
Intern.c | 47 * The contents of the list are StringObjects that live on the GC heap.
|
ReferenceTable.h | 19 * JNI locals, JNI globals, and GC heap references.
|
/external/icu4c/common/ |
charstr.h | 24 // stack. It only creates a heap buffer if it needs to.
|
/external/icu4c/i18n/ |
tmunit.cpp | 46 * although all are the same time unit, will be created in heap and deleted.
|
/external/opencore/oscl/oscl/osclproc/src/ |
oscl_init.h | 93 bool iHeapCheck; //Do Symbian heap checks?
|
/external/opencore/oscl/oscl/osclutil/src/ |
oscl_string_rep.h | 51 /** For internal use only-- heap string representation
|
/external/qemu/android/skin/ |
surface.h | 55 * the content of 'pixels' is copied into a heap-allocated buffer. otherwise
|
/external/qemu/docs/ |
ANDROID-MEMCHECK.TXT | 31 that have been allocated from the heap on emulated system. Block descriptors are
|
/external/skia/src/core/ |
SkTSearch.cpp | 96 // it on the heap
|
/external/stlport/stlport/stl/ |
_threads.c | 84 // This number is advised spin count for Heap management by Microsoft
|
Completed in 1103 milliseconds
<<11121314151617181920>>