HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 451 - 475 of 1164) sorted by null

<<11121314151617181920>>

  /dalvik/tests/074-gc-thrash/src/
Main.java 31 // dump heap before
  /dalvik/vm/alloc/
MarkSweep.c 92 * where the heap is perfectly full of the smallest object.
99 fd = ashmem_create_region("dalvik-heap-markstack", size);
520 * NOTE: unlinkedJavaLangClass is not on the heap, so
    [all...]
  /dalvik/vm/compiler/
Utility.c 30 LOGE("No memory left to create compiler heap memory\n");
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 212 // native heap where the garbage collector cannot
TriangleRenderer.java 181 // native heap where the garbage collector cannot
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 181 // native heap where the garbage collector cannot
  /external/dropbear/libtommath/
changes.txt 130 -- Added the heap macros from LTC to LTM. Now you can easily [by editing four lines of tommath.h]
131 change the name of the heap functions used in LTM [also compatible with LTC via MPI mode]
343 v0.07 -- Removed alot of heap operations from core functions to speed them up
356 -- Fixed up mp_init_size to use only one heap operation
  /external/icu4c/common/
locid.cpp 281 /*if fullName is on the heap, we free it*/
391 to go to the heap for temporary buffers*/
572 /*Go to heap for the fullName if necessary*/
766 * to fill up a stack allocated buffer. If it is to small we heap allocated
    [all...]
  /external/jpeg/
jmemsys.h 44 * On an 80x86 machine using small-data memory model, these manage near heap.
  /external/neven/Embedded/common/src/b_BasicEm/
APhArr.h 84 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
ComplexArr.h 84 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
Int16Arr.h 83 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
Int32Arr.h 83 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
Int8Arr.h 83 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
UInt16Arr.h 88 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
UInt32Arr.h 83 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
UInt8Arr.h 83 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
  /external/neven/Embedded/common/src/b_ImageEm/
ComplexImage.h 90 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
UInt16BytePyrImage.h 114 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
UInt32Image.h 82 /** calculates the amount of heap memory needed (16bit words) if created with given parameters */
  /external/opencore/doc/oscl_html/
classOSCL__HeapStringA.html 48 The string array is variable length, is allocated from the heap, and is modifiable. A copy-on-write mechanism is used to minimize unnecessary copying when multiple instances of a string are created for reading. Allocated memory is automatically freed by the class destructor when the last string referencing the memory is destroyed.
172 Creates a heap string that contains a copy of the input string. <dl compact><dt><b>Parameters: </b></dt><dd>
311 Creates a heap string that contains a copy of the input string. <dl compact><dt><b>Parameters: </b></dt><dd>
368 Creates a heap string that contains a copy of the input string or character array. <dl compact><dt><b>Parameters: </b></dt><dd>
  /external/opencore/oscl/oscl/osclmemory/src/
oscl_mem_auto_ptr.h 61 * allocated on the heap. Thus if you assign an address returned by new to an
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
win_ce_semaphore.c 14 1. All required internal data structures are allocated on the process's heap.
  /external/v8/src/arm/
fast-codegen-arm.cc 223 __ LoadRoot(r0, Heap::kUndefinedValueRootIndex);
  /external/v8/src/
mksnapshot.cc 231 i::Heap::CollectAllGarbage(true);

Completed in 1566 milliseconds

<<11121314151617181920>>