/external/valgrind/main/coregrind/ |
pub_core_mallocfree.h | 37 // PURPOSE: high-level memory allocation (malloc/free), for the core and 41 /* Allocation arenas.
|
/external/valgrind/main/massif/tests/ |
custom_alloc.post.exp | 41 96.15% (400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 51 98.04% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
realloc.post.exp | 42 100.00% (800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 53 100.00% (1,200B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
zero1.post.exp | 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
zero2.post.exp | 48 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 64 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8InjectedScriptManager.cpp | 59 // Return if allocation failed. 64 // Avoid setting the wrapper if allocation failed.
|
/external/webkit/Source/WebCore/platform/ |
Arena.cpp | 41 * Lifetime-based fast allocation, inspired by much prior art, including 42 * "Fast Allocation and Deallocation of Memory Based on Object Lifetimes"
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4AD_Common.h | 153 * @return M4ERR_ALLOC a memory allocation has failed 223 * @return M4ERR_ALLOC a memory allocation has failed
|
/frameworks/av/services/audioflinger/ |
AudioPolicyService.h | 245 // psize and vsize are rounded up to an int boundary for allocation 251 // This works because the param buffer allocation is also done by
|
/frameworks/base/docs/html/reference/renderscript/ |
rs__mesh_8rsh_source.html | 58 <a name="l00060"></a>00060 extern <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> __attribute__((overloadable)) 61 <a name="l00071"></a>00071 extern <a class="code" href="structrs__allocation.html" title="Opaque handle to a RenderScript allocation.">rs_allocation</a> __attribute__((overloadable))
|
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
android.renderscript.Mesh.html | 88 <nobr><code>Allocation</code> <A HREF="../../../../reference/android/renderscript/Mesh.html#getIndexSetAllocation(int)" target="_top"><code>getIndexSetAllocation</code></A>(<code>int</code>) </nobr> 118 <nobr><code>Allocation</code> <A HREF="../../../../reference/android/renderscript/Mesh.html#getVertexAllocation(int)" target="_top"><code>getVertexAllocation</code></A>(<code>int</code>) </nobr>
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
load-bitmap.jd | 56 avoids memory allocation, returning {@code null} for the bitmap object but setting {@link 60 dimensions and type of the image data prior to construction (and memory allocation) of the
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramFragmentFixedFunction.java | 321 Allocation constantData = Allocation.createTyped(mRS,constType);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic3DLUT.cpp | 39 ObjectBaseRef<Allocation> mLUT; 52 mLUT.set(static_cast<Allocation *>(data));
|
rsCpuIntrinsicYuvToRGB.cpp | 43 ObjectBaseRef<Allocation> alloc; 56 alloc.set(static_cast<Allocation *>(data));
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioUtil.cpp | 239 ALOGV("Total speaker allocation Block count # %d\n",count); 242 ALOGV("Speaker Allocation BLOCK # %d\n",i);
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_ion.h | 27 * The ids listed are the order in which allocation will be attempted 75 * Flag for clients to force contiguous memort allocation
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
xalloc.h | 52 memory allocation failure. */ 203 /* The approximate size to use for initial small allocation
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
optimizations.html | 161 <dt><code><b>code/allocation/variable</b></code></dt> 162 <dd>Optimizes variable allocation on the local variable frame.</dd>
|
/bionic/libc/upstream-dlmalloc/ |
malloc.h | 162 realloc if an alternative allocation strategy is needed upon failure 352 null if the allocation failed. If n_elements is zero and "chunks" 401 null if the allocation failed. If n_elements is zero and chunks is 412 independent_comalloc can be used to speed up allocation in cases 467 memory. Under some allocation patterns, some large free blocks of 495 a program makes other calls to system memory allocation functions
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_gtk.cc | 440 GtkAllocation allocation = location_bar_->allocation; local 444 origin_x + allocation.x - kBorderThickness + horizontal_offset, 445 origin_y + allocation.y + allocation.height - kBorderThickness - 1 + 448 allocation.width + (kBorderThickness * 2) - (horizontal_offset * 2),
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UnixAPIChecker.cpp | 191 // with allocation size 0 196 // Returns true if we try to do a zero byte allocation, false otherwise. 209 // will perform a zero byte allocation. 220 "Undefined allocation of 0 bytes (CERT MEM04-C; CWE-131)"); 224 os << "Call to '" << fn_name << "' has an allocation size of 0 bytes"; 245 // Check if the allocation size is 0.
|
/external/kernel-headers/original/linux/ |
mmzone.h | 65 NUMA_LOCAL, /* allocation from local node */ 66 NUMA_OTHER, /* allocation from other node */ 101 * When a memory allocation must conform to specific limitations (such 278 * One allocation request operates on a zonelist. A zonelist 280 * allocation, the other zones are fallback zones, in decreasing 532 * the location of the section here to guide allocation.
|
/external/v8/src/ |
scopes.h | 79 // allocation, most VariableProxy nodes are "unresolved", i.e. not bound to a 81 // allocation binds each unresolved VariableProxy to one Variable and assigns 347 // Variable allocation. 358 // Result of variable allocation. 569 // Variable allocation. 577 // Resolve and fill in the allocation information for all variables
|
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 538 GtkAllocation allocation = { m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_windowRect.height() }; local 540 // If the window has not been embedded yet (the plug added), we delay setting its allocation until 543 m_delayedAllocation = allocation; 546 gtk_widget_size_allocate(platformPluginWidget(), &allocation); local 780 GtkAllocation allocation(view->m_delayedAllocation); 781 gtk_widget_size_allocate(GTK_WIDGET(socket), &allocation); local
|