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

<<21222324252627282930>>

  /docs/source.android.com/src/devices/
native-memory.jd 36 native allocation tab and populate it with a list of allocations. This is
  /external/bison/lib/
xalloc-oversized.h 1 /* xalloc-oversized.h -- memory allocation size checking
  /external/chromium/base/allocator/
prep_libc.sh 6 # This script takes libcmt.lib for VS2005 and removes the allocation related
  /external/chromium/base/
stack_container.h 25 // This stack buffer implementation is very simple. The first allocation that
63 // Set when the stack buffer is used for an allocation. We do not track
96 // Actually do the allocation. Use the stack buffer if nobody has used it yet
139 // Make the container use the stack allocation by reserving our buffer size
  /external/chromium/chrome/browser/ui/gtk/
custom_button.cc 91 cairo_translate(cairo_context, widget->allocation.x, widget->allocation.y);
95 cairo_translate(cairo_context, widget->allocation.width, 0.0f);
103 int y = widget->allocation.height - pixbuf->Height();
  /external/clang/test/Sema/
warn-unused-function.c 52 static void cleanupMalloc(char * const * const allocation) { }
  /external/compiler-rt/include/sanitizer/
asan_interface.h 95 // memory, returns the maximal possible allocation size, otherwise returns
106 // Number of bytes, mmaped by asan allocator to fulfill allocation requests.
113 // allocation requests. When a user program frees memory chunk, it can first
128 // allocation of "size" bytes, which returned "ptr".
  /external/eigen/test/
nomalloc.cpp 15 // discard stack allocation as that too bypasses malloc
17 // any heap allocation will raise an assert
29 /* this test check no dynamic memory allocation are issued with fixed-size matrices
88 // The following fancy matrix-matrix products are not safe yet regarding static allocation
  /external/elfutils/lib/
xstrndup.c 1 /* Convenience function for string allocation.
  /external/llvm/docs/HistoricalNotes/
2001-02-13-Reference-Memory.txt 7 I've updated the documentation to include load store and allocation
  /external/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 47 /// RegAllocHints - This vector records register allocation hints for virtual
49 /// pair making up the allocation hint. Hint type is target specific except
51 /// register for allocation. For example, if the hint is <0, 1024>, it means
82 /// register allocation (though most don't modify this). This is used
98 /// vector is the frozen set of reserved registers when register allocation
338 /// setRegAllocationHint - Specify a register allocation hint for the
345 /// getRegAllocationHint - Return the register allocation hint for the
352 /// getSimpleHint - Return the preferred register allocation hint, or 0 if a
368 /// This only works after register allocation. It is primarily used by
381 /// This should only be called during and after register allocation
    [all...]
  /external/llvm/test/CodeGen/X86/
tailcallstack64.ll 4 ; FIXME: Redundant unused stack allocation could be eliminated.
  /external/llvm/unittests/Support/
ManagedStatic.cpp 30 // Valgrind's leak checker complains glibc's stack allocation.
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 206 LogMsg("ERROR: memory allocation failure");
227 LogMsg("ERROR: memory allocation failure");
249 LogMsg("ERROR: memory allocation failure");
336 LogMsg("ERROR: memory allocation failure");
  /external/srtp/crypto/include/
alloc.h 4 * interface to memory allocation and deallocation, with optional debugging
  /external/stlport/test/unit/
mvctor_test.h 94 //we give MovableStruct the same size in order to have expected allocation
  /external/tinyxml/
tinyxmlerror.cpp 39 "Memory allocation failed.",
  /external/v8/src/
allocation-inl.h 31 #include "allocation.h"
heap.h 33 #include "allocation.h"
526 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation
557 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation
564 // Returns failure if allocation failed.
568 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation
574 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation
602 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation
609 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation
615 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation
653 // allocation functions based on the encoding of the string buffer used t
    [all...]
vm-state.h 31 #include "allocation.h"
  /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-524.js 28 // Test allocation of a large number of maps.
  /external/valgrind/main/none/tests/amd64/
nibz_bennee_mmap.c 19 allocation that is above aspacem_maxAddr but which can't be done
  /external/webkit/Source/WebCore/manual-tests/
array-out-of-memory.html 11 // the array an additional 50% capacity will be allocated, plus the storage object header, taking the size of the allocation over UINT32_MAX.
  /external/webkit/Source/WebCore/platform/gtk/
ScrollViewGtk.cpp 187 GtkAllocation allocation; local
188 gtk_widget_get_allocation(measuredWidget, &allocation);
190 IntSize(allocation.width, allocation.height));

Completed in 2877 milliseconds

<<21222324252627282930>>