HomeSort by relevance Sort by last modified time
    Searched full:allocations (Results 51 - 75 of 622) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/linux-tools-perf/util/
callchain.h 63 * allocations.
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
RawURLBuffer.h 39 // URLs can be canonicalized with no heap allocations.
  /external/webkit/Tools/Scripts/webkitpy/common/net/
regressionwindow.py 48 # Cache revisions to avoid excessive allocations.
  /frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorBuffer.h 33 /*--- Core id for VIDEOEDITOR Buffer allocations ---*/
  /frameworks/native/include/utils/
LinearAllocator.h 37 * allocations.
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 80 * Fill a buffer with data on recent heap allocations.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 234 function is called, not during allocations. */
261 /* For regular rtl allocations. */
264 /* For regular tree allocations. */
267 /* For IDENTIFIER_NODE allocations. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 234 function is called, not during allocations. */
261 /* For regular rtl allocations. */
264 /* For regular tree allocations. */
267 /* For IDENTIFIER_NODE allocations. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ggc.h 234 function is called, not during allocations. */
261 /* For regular rtl allocations. */
264 /* For regular tree allocations. */
267 /* For IDENTIFIER_NODE allocations. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ggc.h 234 function is called, not during allocations. */
261 /* For regular rtl allocations. */
264 /* For regular tree allocations. */
267 /* For IDENTIFIER_NODE allocations. */
  /external/chromium/chrome/browser/
keychain_mock_mac.h 122 // Returns the number of allocations - deallocations for password data.
185 // Tracks the allocations and frees of password data in |FindGenericPassword|
  /external/harfbuzz_ng/src/
hb-ot-layout-private.hh 41 /* buffer var allocations, used during the GSUB/GPOS processing */
46 /* buffer var allocations, used during the entire shaping process */
  /external/llvm/include/llvm/Support/
ArrayRecycler.h 100 /// Release all the tracked allocations to the allocator. The recycler must
101 /// be free of any tracked allocations before being deleted.
  /external/v8/src/
handles-inl.h 156 // handle allocations without an explicit handle scope.
166 // allocations.
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODArena.h 109 // satisfy large allocations. Mainly public for unit tests.
160 // Manages a chunk of memory and individual allocations out of it.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 99 * The returned value includes allocations that overflowed because they where too large
100 * (they were larger than the "sz" parameter to SQLITE_CONFIG_PAGECACHE) and allocations
  /frameworks/base/media/java/android/media/
FaceDetector.java 59 // don't return a PointF to avoid allocations
78 // don't use an array to avoid allocations
  /hardware/libhardware/modules/gralloc/
mapper.cpp 110 // allocations happen in its process. After returning the buffer handle to
124 // allocations, solving the problem. Also, this ashmem-based gralloc
  /bionic/libc/bionic/
malloc_debug_leak.cpp 142 entry->allocations++;
149 entry->allocations = 1;
306 // decrement the allocations
308 entry->allocations--;
309 if (entry->allocations <= 0) {
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 58 // FIXME: ASan should support purgeable allocations.
65 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
71 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
  /frameworks/base/docs/html/reference/renderscript/
rs__mesh_8rsh.html 140 <dl class="return"><dt><b>Returns:</b></dt><dd>number of primitive groups in the mesh. This would include simple primitives as well as allocations containing index data </dd></dl>
194 <p>Returns the number of allocations in the mesh that contain vertex data</p>
201 <dl class="return"><dt><b>Returns:</b></dt><dd>number of allocations in the mesh that contain vertex data </dd></dl>
  /frameworks/rs/cpp/
Allocation.cpp 275 throw new RSInvalidStateException("Resize only support for 1D allocations at this time.");
289 "Resize only support for 2D allocations at this time.");
293 "Resize only support for 2D allocations at this time.");
  /dalvik/libdex/
SysUtil.h 74 * Create a private anonymous mapping, useful for large allocations.
  /dalvik/vm/
Profile.h 70 int failedAllocSize; // cumulative size of failed allocations
  /dalvik/vm/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp 138 * Fill a buffer with data on recent heap allocations.

Completed in 3101 milliseconds

1 23 4 5 6 7 8 91011>>