Searched
full:allocation (Results
576 -
600 of
5138) sorted by null
<<21222324252627282930>>
/external/chromium_org/courgette/third_party/ |
paged_array_unittest.cc | 11 // Total allocation of 4GB will fail in 32 bit programs if allocations are
|
/external/chromium_org/media/cdm/ppapi/ |
ffmpeg_cdm_video_decoder.h | 40 // |cdm_video_frame|. Returns true when allocation and copy succeed.
|
libvpx_cdm_video_decoder.h | 40 // |cdm_video_frame|. Returns true when allocation and copy succeed.
|
/external/chromium_org/ppapi/c/dev/ |
ppb_memory_dev.h | 39 * allocation fails.
|
/external/chromium_org/third_party/icu/source/i18n/ |
fphdlimp.h | 56 // This attempts to encourage that by blocking heap allocation.
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
arena.h | 37 // Allocation state
|
/external/chromium_org/third_party/lzma_sdk/ |
7zAlloc.c | 1 /* 7zAlloc.c -- Allocation functions
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
plarena.h | 42 * Lifetime-based fast allocation, inspired by much prior art, including 43 * "Fast Allocation and Deallocation of Memory Based on Object Lifetimes" 46 * Also supports LIFO allocation (PL_ARENA_MARK/PL_ARENA_RELEASE). 78 PRUint32 maxalloc; /* maximum allocation size in bytes */
|
/external/chromium_org/third_party/skia/include/core/ |
SkChunkAlloc.h | 39 the previous allocation may be reused, but the implementation is free
|
SkMallocPixelRef.h | 27 //! Return the allocation size for the pixels
|
/external/chromium_org/third_party/sqlite/src/test/ |
mem5.test | 12 # This file contains tests of the mem5 allocation subsystem.
|
/external/chromium_org/tools/traceline/traceline/ |
README | 9 other hooks of interest have been written, including heap allocation functions.
|
/external/clang/test/Analysis/ |
analyzer-config.c | 14 // CHECK-NEXT: leak-diagnostics-reference-allocation = false
|
malloc.m | 27 error = @"buffer allocation failure";
|
/external/clang/test/CodeGen/ |
2002-07-14-MiscListTests.c | 28 Data = (list*)malloc(12); // This is not a proper list allocation
|
/external/compiler-rt/include/sanitizer/ |
msan_interface.h | 96 memory, returns the maximal possible allocation size, otherwise returns 111 /* Number of bytes, mmaped by msan allocator to fulfill allocation requests. 120 allocation requests. When a user program frees memory chunk, it can first 131 allocation of "size" bytes, which returned "ptr".
|
/external/compiler-rt/lib/msan/lit_tests/ |
dso-origin.cc | 19 // CHECK: Uninitialized value was created by a heap allocation
|
/external/dexmaker/ |
README | 12 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving you tight control over the bytecode emitted. Code is generated instruction-by-instruction; you bring your own abstract syntax tree if you need one. And since it uses Dalvik's dx tool as a backend, you get efficient register allocation and regular/wide instruction selection for free.
|
/external/icu4c/i18n/ |
fphdlimp.h | 56 // This attempts to encourage that by blocking heap allocation.
|
/external/kernel-headers/original/linux/ |
gfp.h | 27 * __GFP_REPEAT: Try hard to allocate the memory, but the allocation attempt 31 * cannot handle allocation failures. 40 #define __GFP_NOWARN ((__force gfp_t)0x200u) /* Suppress page allocation failure warning */ 41 #define __GFP_REPEAT ((__force gfp_t)0x400u) /* Retry the allocation. Might fail */
|
/external/libnfc-nci/src/nfa/include/ |
nfa_mem_co.h | 22 * Callout functions for memory allocation/deallocatoin
|
/external/libogg/ |
CHANGES | 12 * Added allocation checks useful to some embedded applications
|
/external/libselinux/ |
NOTICE | 20 of such damage. You acknowledge that this is a reasonable allocation of
|
/external/libselinux/src/ |
label_internal.h | 3 * for calling the user-supplied memory allocation, validation,
|
/external/libvpx/libvpx/vpx_mem/memory_manager/ |
hmm_alloc.c | 53 /* If an approprate bin is found, satisfy the allocation request,
|
Completed in 573 milliseconds
<<21222324252627282930>>