HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 701 - 725 of 3585) sorted by null

<<21222324252627282930>>

  /external/compiler-rt/lib/msan/
msan_report.cc 62 Printf(" %sUninitialized value was created by an allocation of '%s%s%s'"
70 Printf(" %sUninitialized value was created by a heap allocation%s\n",
  /external/dropbear/
INSTALL 64 One common problem is pty allocation. There are a number of types of pty
65 allocation which can be used -- if they work properly, the end result is the
  /external/freetype/src/base/
ftsystem.c 46 /* allocation-related functions. This will be done by the higher level */
58 /* The memory allocation function. */
  /external/harfbuzz_ng/src/
hb-buffer.h 198 /* Returns false if allocation failed */
204 /* Returns false if allocation has failed before */
  /external/icu4c/tools/toolutil/
toolutil.h 138 * Open a UToolMemory object for allocation of initialCapacity to maxCapacity
152 * The pointer becomes invalid after allocation of new items.
  /external/jpeg/
jmem-android.c 33 * Memory allocation and freeing are controlled by the regular library
71 * This routine computes the total memory space available for allocation.
  /external/linux-tools-perf/bench/
mem-memcpy.c 113 die("memory allocation failed - maybe length is too large?\n");
117 die("memory allocation failed - maybe length is too large?\n");
  /external/llvm/include/llvm/CodeGen/
RegisterClassInfo.h 89 /// getOrder - Returns the preferred allocation order for RC. The order
115 /// Get the minimum register cost in RC's allocation order.
  /external/oprofile/libop/
op_alloc_counter.c 3 * hardware counter allocation
63 * allocation use a left to right tree walking
  /external/proguard/docs/manual/
optimizations.html 147 <dt><code><b>code/allocation/variable</b></code></dt>
148 <dd>Optimizes variable allocation on the local variable frame.</dd>
  /external/qemu/distrib/jpeg-6b/
jmem-android.c 33 * Memory allocation and freeing are controlled by the regular library
71 * This routine computes the total memory space available for allocation.
  /external/qemu/hw/
hw.h 31 /* Called to determine if the file has exceeded it's bandwidth allocation. The
36 /* Called to change the current bandwidth allocation. This function must return
  /external/skia/tests/
DequeTest.cpp 165 // test it once with the default allocation count
167 // test it again with a generous allocation count
  /external/sonivox/arm-fm-22k/lib_src/
eas_smfdata.c 39 * Static memory allocation for SMF parser
48 * Static memory allocation for SMF parser
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smfdata.c 39 * Static memory allocation for SMF parser
48 * Static memory allocation for SMF parser
  /external/sonivox/arm-wt-22k/lib_src/
eas_smfdata.c 39 * Static memory allocation for SMF parser
48 * Static memory allocation for SMF parser
  /external/srtp/crypto/include/
crypto_kernel.h 195 * err_status_alloc_fail an allocation failure occured
212 * err_status_alloc_fail an allocation failure occured
  /external/tcpdump/
gmpls.c 186 { DIFFSERV_BC_MODEL_MAM, "Maximum allocation"},
187 { DIFFSERV_BC_MODEL_EXTD_MAM, "Maximum allocation with E-LSP support"},
  /external/v8/src/
splay-tree.h 31 #include "allocation.h"
46 // The tree is also parameterized by an allocation policy
v8.h 55 #include "allocation.h"
103 // We use random numbers internally in memory allocation and in the
  /external/valgrind/main/include/
pub_tool_poolalloc.h 35 // PURPOSE: Provides efficient allocation and free of elements of
51 /* Create new PoolAlloc, using given allocation and free function, and
  /external/webkit/Source/JavaScriptCore/wtf/
PageReservation.h 37 allocation interface, but with a set of capabilities more similar to that of
114 // Clear base & size before calling release; if this is *inside* allocation
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODArena.h 153 // Rounds up the given allocation size to the specified alignment.
182 // Chunk could not satisfy the allocation.
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 128 GtkAllocation allocation; local
130 gtk_widget_get_allocation(GTK_WIDGET(m_webView), &allocation); local
132 allocation = GTK_WIDGET(m_webView)->allocation;
134 return IntRect(allocation.x, allocation.y, allocation.width, allocation.height);
  /external/webkit/Source/WebKit/gtk/tests/
testhittestresult.c 125 GtkAllocation allocation = { 0, 0, 50, 50 }; local
132 gtk_widget_size_allocate(GTK_WIDGET(fixture->webView), &allocation);

Completed in 3475 milliseconds

<<21222324252627282930>>