| /external/clang/test/Sema/ |
| warn-unused-function.c | 50 static void cleanupMalloc(char * const * const allocation) { }
|
| /external/srtp/crypto/kernel/ |
| alloc.c | 4 * memory allocation and deallocation 48 /* the debug module for memory allocation */ 77 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size); 102 debug_print(mod_alloc, "allocation failed (asked for %d bytes)\n", size); 115 #else /* we need to define our own memory allocation routines */ 117 #error no memory allocation defined yet
|
| /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
| AllocationInfo.java | 24 import android.renderscript.Allocation; 31 * Abstract the information necessary to create new {@link Allocation allocations} with 38 * to {@link Allocation#USAGE_IO_SCRIPT}.</p> 54 * from an existing {@link Allocation}. 56 * @param allocation {@link Allocation} 60 * @throws NullPointerException if allocation was {@code null}. 62 public static AllocationInfo newInstance(Allocation allocation) { 63 checkNotNull("allocation", allocation) [all...] |
| /external/chromium_org/content/common/gpu/ |
| image_transport_surface_fbo_mac.cc | 95 bool ImageTransportSurfaceFBO::SetBackbufferAllocation(bool allocation) { 96 if (backbuffer_suggested_allocation_ == allocation) 98 backbuffer_suggested_allocation_ = allocation; 103 void ImageTransportSurfaceFBO::SetFrontbufferAllocation(bool allocation) { 104 if (frontbuffer_suggested_allocation_ == allocation) 106 frontbuffer_suggested_allocation_ = allocation;
|
| texture_image_transport_surface.cc | 121 bool TextureImageTransportSurface::SetBackbufferAllocation(bool allocation) { 123 if (backbuffer_suggested_allocation_ == allocation) 125 backbuffer_suggested_allocation_ = allocation; 137 void TextureImageTransportSurface::SetFrontbufferAllocation(bool allocation) { 138 if (frontbuffer_suggested_allocation_ == allocation) 140 frontbuffer_suggested_allocation_ = allocation;
|
| /external/chromium_org/tools/memory_inspector/memory_inspector/classification/ |
| native_heap_classifier.py | 15 rule-1 will match any allocation that has 'foo' in one of its stack frames. 16 rule-2 will match any allocation that has a stack frame matching 'foo' AND a 19 rule-3 will match any allocation in which at least one of the source paths in 21 rule-4 will match any allocation which satisfies both the conditions. 24 instance, filter by library file name or by allocation size. 63 for allocation in nativeheap.allocations: 64 res.AddToMatchingNodes(allocation, [allocation.total_size]) 75 |threshold| (1.0 = 100%) w.r.t. the total allocation of the heap snapshot. 106 # Given an allocation of size N and its stack trace, heuristically determine [all...] |
| /external/valgrind/main/memcheck/tests/ |
| origin2-not-quite.stderr.exp | 6 Uninitialised value was created by a heap allocation 16 Uninitialised value was created by a heap allocation 26 Uninitialised value was created by a stack allocation
|
| origin3-no.stderr.exp | 6 Uninitialised value was created by a heap allocation 16 Uninitialised value was created by a stack allocation 24 Uninitialised value was created by a heap allocation 34 Uninitialised value was created by a heap allocation 44 Uninitialised value was created by a heap allocation
|
| /external/chromium_org/v8/src/ |
| heap.cc | 266 // Have allocation in OLD and LO failed? 492 // If the scratchpad overflowed, we have to iterate over the allocation 494 // TODO(hpayer): We iterate over the whole list of allocation sites when 496 // allocation sites. We could hold the maybe tenured allocation sites 549 PrintF("GC: (mode, #visited allocation sites, #active allocation sites, " 564 // TODO(hpayer): If iterating over the allocation sites list becomes a 566 // allocation sites scratchpad). 590 // Process pretenuring feedback and update allocation sites 942 AllocationResult allocation; local 1999 AllocationResult allocation; local 2035 AllocationResult allocation = local 2279 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE, MAP_SPACE); local 2304 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE, MAP_SPACE); local 2338 { AllocationResult allocation = AllocateRaw(size, space, space); local 2376 { AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); local 2401 { AllocationResult allocation = AllocateEmptyFixedArray(); local 2406 { AllocationResult allocation = Allocate(null_map(), OLD_POINTER_SPACE); local 2412 { AllocationResult allocation = Allocate(undefined_map(), OLD_POINTER_SPACE); local 2423 { AllocationResult allocation = AllocateEmptyFixedArray(); local 2429 { AllocationResult allocation = AllocateEmptyConstantPoolArray(); local 2506 { AllocationResult allocation = AllocateMap(entry.type, entry.size); local 2626 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local 2641 { AllocationResult allocation = AllocateRaw(size, CELL_SPACE, CELL_SPACE); local 2655 AllocationResult allocation = local 3199 AllocationResult allocation = Allocate(foreign_map(), space); local 3213 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local 3278 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local 3326 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local 3344 AllocationResult allocation; local 3378 AllocationResult allocation; local 3423 { AllocationResult allocation = local 3432 AllocationResult allocation = local 3448 AllocationResult allocation; local 3512 AllocationResult allocation = AllocateRaw(size, space, retry_space); local 3550 { AllocationResult allocation = local 3628 { AllocationResult allocation = AllocateFixedArray(prop_size, pretenure); local 3639 AllocationResult allocation = Allocate(map, space, allocation_site); local 3657 AllocationResult allocation = AllocateJSObjectFromMap( local 3685 { AllocationResult allocation = local 3703 AllocationResult allocation = local 3728 { AllocationResult allocation; local 3743 { AllocationResult allocation = CopyFixedArray(properties); local 3822 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local 3864 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local 3887 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local 3903 { AllocationResult allocation = local 3927 { AllocationResult allocation = AllocateRawFixedArray(len, TENURED); local 3956 { AllocationResult allocation = AllocateRawFixedArray(len, NOT_TENURED); local 3982 { AllocationResult allocation = AllocateRawFixedDoubleArray(len, NOT_TENURED); local 4002 AllocationResult allocation = local 4008 AllocationResult allocation = AllocateConstantPoolArray(small); local 4041 { AllocationResult allocation = AllocateRawFixedArray(length, pretenure); local 4062 { AllocationResult allocation = AllocateRawFixedArray(length, NOT_TENURED); local 4078 AllocationResult allocation = AllocateRawFixedDoubleArray(length, pretenure); local 4099 { AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); local 4117 { AllocationResult allocation = AllocateRaw(size, space, OLD_POINTER_SPACE); local 4142 { AllocationResult allocation = AllocateRaw(size, space, OLD_POINTER_SPACE); local 4159 { AllocationResult allocation = local 4174 AllocationResult allocation = local 4213 { AllocationResult allocation = Allocate(map, space); local [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| turnserver.cc | 70 // Encapsulates a TURN allocation. 71 // The object is created when an allocation request is received, and then 73 // (via HandleChannelData) for this allocation when received by the server. 75 class TurnServer::Allocation : public talk_base::MessageHandler, 78 Allocation(TurnServer* server_, 82 virtual ~Allocation(); 96 sigslot::signal1<Allocation*> SignalDestroyed; 145 // allocation, and self-deletes when its lifetime timer expires. 165 // allocation, and self-deletes when its lifetime timer expires. 296 // This is a channel message; let the allocation handle it 297 Allocation* allocation = FindAllocation(&conn); local 321 Allocation* allocation = FindAllocation(conn); local 415 Allocation* allocation = FindAllocation(conn); local 525 Allocation* allocation = new Allocation(this, local [all...] |
| /external/valgrind/main/massif/tests/ |
| ignoring.post.exp | 40 99.22% (1,024B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 48 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 61 98.46% (512B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 87 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 102 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 117 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 132 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 147 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 163 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 183 97.96% (768B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc [all...] |
| peak2.post.exp | 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc [all...] |
| 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.
|
| peak.post.exp | 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc [all...] |
| basic.post.exp | 48 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 64 98.04% (7,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 80 98.04% (11,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 94 98.04% (14,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 110 98.04% (10,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 126 98.04% (6,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 142 98.04% (2,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| BitVector.cpp | 83 void* allocation = partitionAllocGeneric(Partitions::getBufferPartition(), size); local 84 OutOfLineBits* result = new (NotNull, allocation) OutOfLineBits(numBits);
|
| /external/chromium_org/v8/test/mjsunit/compiler/ |
| alloc-object.js | 30 // Test that inlined object allocation works for different layouts of 43 // Test adding a new property after allocation was inlined. 49 // Test changing the prototype after allocation was inlined. 85 // Test inlined allocation while slack tracking is still in progress.
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-3138.js | 17 with ({}); // Force context allocation of both variable and function name.
|
| /external/llvm/test/tools/llvm-objdump/Inputs/ |
| win64-unwind.exe.coff-x86_64.asm | 39 // Function with big stack allocation.
|
| /external/chromium_org/content/common/gpu/client/ |
| context_provider_command_buffer.h | 62 void OnMemoryAllocationChanged(const gpu::MemoryAllocation& allocation);
|
| /external/chromium_org/chrome/browser/renderer_host/ |
| web_cache_manager.cc | 100 // Revise our allocation strategy to account for this new renderer. 128 // it is given a fair cache allocation, but we defer this for a bit in 237 NOTREACHED() << "Unknown cache allocation tactic"; 279 // We succeeded in computing an allocation strategy. 306 // Record the allocation in our strategy. 307 strategy->push_back(Allocation(*iter, cache_size)); 313 // Inform each render process of its cache allocation. 314 AllocationStrategy::const_iterator allocation = strategy.begin(); local 315 while (allocation != strategy.end()) { 317 content::RenderProcessHost::FromID(allocation->first) [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
| heapProfiler.css | 203 .heap-allocation-stack .stack-frame { 210 .heap-allocation-stack .stack-frame a { 214 .no-heap-allocation-stack {
|