Searched
full:allocation (Results
976 -
1000 of
5138) sorted by null
<<31323334353637383940>>
/external/chromium_org/v8/src/ |
hydrogen-escape-analysis.cc | 127 // given captured allocation. This uses a reverse post-order iteration 134 // Iterate all blocks starting with the allocation block, since the 135 // allocation cannot dominate blocks that come before. 141 // Skip blocks that are not dominated by the captured allocation.
|
hydrogen-escape-analysis.h | 31 #include "allocation.h"
|
runtime-profiler.h | 31 #include "allocation.h"
|
unbound-queue.h | 31 #include "allocation.h"
|
zone.h | 31 #include "allocation.h" 45 // The Zone supports very fast allocation of small chunks of 52 // allocation is attempted, a segment of memory will be requested 104 // Report zone excess when allocation exceeds this limit.
|
/external/chromium_org/v8/src/ia32/ |
simulator-ia32.h | 31 #include "allocation.h"
|
/external/chromium_org/v8/src/x64/ |
simulator-x64.h | 31 #include "allocation.h"
|
/external/chromium_org/v8/test/mjsunit/ |
bit-not.js | 67 // Try to test that we can deal with allocation failures in
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-create-exception.js | 44 // allocation settling into a too neat pattern.
|
regress-json-stringify-gc.js | 35 // At some point during the first stringify, allocation causes a GC and
|
/external/chromium_org/v8/test/webkit/ |
dfg-array-dead.js | 25 "Tests that an array being dead does not result in register allocation failures."
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_flags.h | 38 // Max number of stack frames kept for each allocation/deallocation.
|
/external/dropbear/ |
bignum.c | 30 /* wrapper for mp_init, failing fatally on errors (memory allocation) */
|
/external/e2fsprogs/lib/ext2fs/ |
alloc_sb.c | 33 * blocks assuming that inode table and allocation bitmaps will be in
|
alloc_stats.c | 2 * alloc_stats.c --- Update allocation statistics for ext2fs
|
/external/eigen/Eigen/src/Core/ |
VectorBlock.h | 38 * it does not cause a dynamic memory allocation. 105 * which means that evaluating it does not cause a dynamic memory allocation. 137 * which means that evaluating it does not cause a dynamic memory allocation. 169 * which means that evaluating it does not cause a dynamic memory allocation.
|
/external/elfutils/lib/ |
xmalloc.c | 1 /* Convenience functions for allocation.
|
/external/freetype/include/freetype/config/ |
ftstdlib.h | 126 /* memory allocation */
|
/external/freetype/src/cff/ |
cf2arrst.h | 58 size_t chunk; /* allocation increment in items */
|
/external/harfbuzz_ng/src/ |
hb-set.h | 66 /* Returns false if allocation has failed before */
|
/external/icu4c/i18n/ |
rbt_data.cpp | 73 // Remove the array and exit if memory allocation error occured.
|
/external/libmtp/examples/ |
folders.c | 59 fprintf(stderr, "mtp-folders: Memory Allocation Error. Exit\n");
|
/external/libxml2/ |
xmlmemory.c | 155 * a malloc() equivalent, with logging of the allocation info. 224 * a malloc() equivalent, with logging of the allocation info. 290 * a malloc() equivalent, with logging of the allocation info. 308 * a realloc() equivalent, with logging of the allocation info. 390 * a realloc() equivalent, with logging of the allocation info. 477 * a strdup() equivalent, with logging of the allocation info. 479 * Returns a pointer to the new string or NULL if allocation error occurred. 538 * a strdup() equivalent, with logging of the allocation info. 540 * Returns a pointer to the new string or NULL if allocation error occurred.
|
/external/llvm/include/llvm/IR/ |
OperandTraits.h | 26 /// FixedNumOperandTraits - determine the allocation regime of the Use array 61 /// VariadicOperandTraits - determine the allocation regime of the Use array 63 /// only known at allocation time. 82 /// HungoffOperandTraits - determine the allocation regime of the Use array
|
/external/llvm/lib/CodeGen/ |
RegAllocBasic.cpp | 56 /// RABasic provides a minimal implementation of the basic register allocation 107 /// Perform register allocation. 268 // The live virtual register requesting allocation was spilled, so tell 274 DEBUG(dbgs() << "********** BASIC REGISTER ALLOCATION **********\n"
|
Completed in 2229 milliseconds
<<31323334353637383940>>