HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 326 - 350 of 3591) sorted by null

<<11121314151617181920>>

  /bionic/libc/bionic/
malloc_debug_qemu.cpp 30 * Contains implementation of memory allocation routines instrumented for
31 * usage in the emulator to detect memory allocation violations, such as
34 * and serves simply as hooks into memory allocation routines. Main job of this
36 * providing information about each allocation. The idea is that emulator will
102 /* Id of the process that initialized libc instance, in which allocation
109 /* Id of the process in context of which allocation has occurred.
111 * is doing allocation has been forked from the process that initialized
116 /* Number of access violations detected on this allocation. */
152 /* Code of the allocation routine, in context of which query has been made:
158 /* Address of memory allocation descriptor for the queried pointer
    [all...]
  /external/llvm/include/llvm/Support/
Allocator.h 1 //===--- Allocator.h - Simple memory allocation abstraction -----*- C++ -*-===//
60 /// allocation strategy for the bump allocator. In particular, this is used
87 /// very simple memory allocation strategies. In particular, this just keeps
89 /// makes allocation speedy, but must only be used when the trade-off is ok.
95 /// allocation above SizeThreshold.
98 /// SizeThreshold - For any allocation larger than this threshold, we should
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.cpp 159 sprintf(assertMsg, "PoolAlloc: Damage %s %u byte allocation at 0x%p\n",
195 // invoke destructor to free allocation list
224 // them: [guardblock][allocation][guardblock]. numBytes is how
237 // Do the allocation, most likely case first, for efficiency.
253 // Do a multi-page allocation. Don't mix these with the others.
265 currentPageOffset = pageSize; // make next allocation come from a new page
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Writer.h 78 * @return M4ERR_ALLOC: Memory allocation failed
95 * @return M4ERR_ALLOC: Memory allocation failed
111 * @return M4ERR_ALLOC: Memory allocation failed
129 * @return M4ERR_ALLOC: Memory allocation failed
148 * @return M4ERR_ALLOC: Memory allocation failed
200 * @return M4ERR_ALLOC: A memory allocation failed
  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 40 void CpuScriptGroupImpl::setInput(const ScriptKernelID *kid, Allocation *a) {
43 void CpuScriptGroupImpl::setOutput(const ScriptKernelID *kid, Allocation *a) {
107 Vector<Allocation *> ins;
109 Vector<Allocation *> outs;
129 Allocation *ain = NULL;
130 Allocation *aout = NULL;
  /dalvik/vm/compiler/
Ralloc.cpp 53 * Local register allocation for simple traces. Most of the work for
54 * local allocation is done on the fly. Here we do some initialization
  /dalvik/vm/mterp/armv5te/
OP_NEW_ARRAY.S 3 %verify "allocation fails"
46 * Finish allocation.
  /dalvik/vm/mterp/x86/
OP_NEW_ARRAY.S 3 %verify "allocation fails"
48 * Finish allocation
  /external/bison/lib/
obstack_printf.c 33 Upon memory allocation error, call obstack_alloc_failed_handler.
51 Upon memory allocation error, call obstack_alloc_failed_handler.
  /external/chromium/base/allocator/
README 24 between the different underlying memory allocation implementations.
48 All other allocation related functions (new/delete/calloc/etc) have been
  /external/chromium/chrome/browser/automation/
testing_automation_provider_gtk.cc 46 *bounds = gfx::Rect(widget->allocation.width, widget->allocation.height);
  /external/chromium/chrome/browser/ui/gtk/
gtk_floating_container.h 16 // same allocation that this container has.
30 // GtkAllocation* allocation,
  /external/e2fsprogs/intl/
vasnprintf.h 1 /* vsprintf with automatic memory allocation.
49 if no dynamic memory allocation was necessary) and set *LENGTHP to the
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
AttribFlags.java 19 * Indicates that the 'allocation-size' field is present.
81 * Indicates that the 'allocation-size' field is present.
  /external/jpeg/
jmemnobs.c 30 * Memory allocation and freeing are controlled by the regular library
68 * This routine computes the total memory space available for allocation.
  /external/libvpx/libvpx/vpx_mem/include/
vpx_mem_intrnl.h 62 # define TRY_BOUNDS_CHECK 1 /*when set to 1 pads each allocation,
77 after ea allocation to be filled
  /external/llvm/include/llvm/CodeGen/
CalcSpillWeights.h 41 /// register such as its spill weight and allocation hint.
52 /// CalculateWeightAndHint - (re)compute li's spill weight and allocation
  /external/llvm/test/CodeGen/Thumb2/
2013-02-19-tail-call-register-hint.ll 5 ; wrong. The intervening call will force allocation to try a high register
7 ; not being in the allocation order for the tcGPR register class.
  /external/llvm/test/CodeGen/X86/
win_chkstk.ll 14 ; Stack allocation >= 4096 bytes will require call to __chkstk in the Windows ABI.
27 ; allocation.
  /external/qemu/distrib/jpeg-6b/
jmemnobs.c 30 * Memory allocation and freeing are controlled by the regular library
68 * This routine computes the total memory space available for allocation.
  /external/srec/seti/sltsEngine/include/
linklist.h 45 handle static allocation later - possibly using a pool of nodes?
60 /* If dynamic allocation is not allowed, provide small pool of nodes */
  /external/srec/srec/crec/
srec_tokens.h 27 #define EXIT_IF_NO_TOKENS 1 /*for handling allocation failures*/
28 #define NULL_IF_NO_TOKENS 2 /*for handling allocation failures*/
  /external/v8/test/mjsunit/
binary-op-newspace.js 31 // allocation still works.
47 // allocation still works.
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ScriptProfileCustom.cpp 48 // Return if allocation failed.
53 // Avoid setting the wrapper if allocation failed.
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Texture2D.java 39 public Texture2D(Allocation tex) {
67 public void setTexture(Allocation tex) {

Completed in 436 milliseconds

<<11121314151617181920>>