Searched
full:allocation (Results
776 -
800 of
5138) sorted by null
<<31323334353637383940>>
/external/chromium_org/v8/test/webkit/ |
new-array-double-with-holes.js | 25 "Tests that if array allocation profiling causes a new_array to allocate double arrays, then the holes end up being correctly initialized."
|
/external/clang/test/Analysis/ |
analyzer-config.cpp | 25 // CHECK-NEXT: leak-diagnostics-reference-allocation = false
|
/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/iproute2/man/man8/ |
tc-choke.8 | 51 Active Queue Management Scheme for Approximating Fair Bandwidth Allocation",
|
/external/libvpx/libvpx/vpx_ports/ |
vpx_once.h | 47 * care which thread actually performed the 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 | 48 /// RegAllocHints - This vector records register allocation hints for virtual 50 /// pair making up the allocation hint. Hint type is target specific except 52 /// register for allocation. For example, if the hint is <0, 1024>, it means 83 /// register allocation (though most don't modify this). This is used 99 /// vector is the frozen set of reserved registers when register allocation 349 /// setRegAllocationHint - Specify a register allocation hint for the 356 /// getRegAllocationHint - Return the register allocation hint for the 363 /// getSimpleHint - Return the preferred register allocation hint, or 0 if a 379 /// This only works after register allocation. It is primarily used by 393 /// This should only be called during and after register allocation [all...] |
/external/llvm/test/CodeGen/ARM/ |
2013-04-05-Small-ByVal-Structs-PR15293.ll | 1 ;PR15293: ARM codegen ice - expected larger existing stack allocation
|
/external/llvm/test/CodeGen/X86/ |
tailcallstack64.ll | 4 ; FIXME: Redundant unused stack allocation could be eliminated.
|
/external/llvm/unittests/Support/ |
ManagedStatic.cpp | 31 // Valgrind's leak checker complains glibc's stack allocation.
|
/external/lzma/C/ |
Lzma2Dec.h | 72 SZ_ERROR_MEM - Memory allocation error
|
/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/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_context.h | 58 * because we don't want to un-bo_ref each allocation every time. This is less
|
/external/sepolicy/ |
untrusted_app.te | 39 # Allow the allocation and use of ptys
|
/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.
|
Completed in 2146 milliseconds
<<31323334353637383940>>