| /external/chromium_org/base/memory/ |
| D | discardable_memory_manager_unittest.cc | 87 void Register(TestAllocationImpl* allocation, size_t bytes) { in Register() 91 void Unregister(TestAllocationImpl* allocation) { in Unregister() 99 LockStatus Lock(TestAllocationImpl* allocation) { in Lock() 106 void Unlock(TestAllocationImpl* allocation) { in Unlock() 110 LockStatus RegisterAndLock(TestAllocationImpl* allocation, size_t bytes) { in RegisterAndLock() 141 TestAllocationImpl allocation; in TEST_F() local 154 TestAllocationImpl allocation; in TEST_F() local 164 TestAllocationImpl allocation; in TEST_F() local 181 TestAllocationImpl allocation; in TEST_F() local 202 TestAllocationImpl allocation; in TEST_F() local [all …]
|
| D | discardable_memory_manager.cc | 63 void DiscardableMemoryManager::Register(Allocation* allocation, size_t bytes) { in Register() 69 void DiscardableMemoryManager::Unregister(Allocation* allocation) { in Unregister() 84 bool DiscardableMemoryManager::AcquireLock(Allocation* allocation, in AcquireLock() 122 void DiscardableMemoryManager::ReleaseLock(Allocation* allocation) { in ReleaseLock() 183 Allocation* allocation = it->first; in PurgeIfNotUsedSinceTimestampUntilUsageIsWithinLimitWithLockAcquired() local
|
| /external/chromium_org/v8/src/heap/ |
| D | heap.cc | 929 AllocationResult allocation; in ReserveSpace() local 1960 AllocationResult allocation = in SemiSpaceCopyObject() local 1999 AllocationResult allocation; in PromoteObject() local 2269 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE, MAP_SPACE); in AllocatePartialMap() local 2294 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE, MAP_SPACE); in AllocateMap() local 2328 AllocationResult allocation = AllocateRaw(size, space, space); in AllocateFillerObject() local 2370 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); in CreateInitialMaps() local 2397 AllocationResult allocation = AllocateEmptyFixedArray(); in CreateInitialMaps() local 2403 AllocationResult allocation = Allocate(null_map(), OLD_POINTER_SPACE); in CreateInitialMaps() local 2410 AllocationResult allocation = Allocate(undefined_map(), OLD_POINTER_SPACE); in CreateInitialMaps() local [all …]
|
| D | heap-inl.h | 97 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateOneByteInternalizedString() local 129 AllocationResult allocation = AllocateRaw(size, space, OLD_DATA_SPACE); in AllocateTwoByteInternalizedString() local 181 AllocationResult allocation; in AllocateRaw() local
|
| /external/lldb/source/Expression/ |
| D | IRMemoryMap.cpp | 368 Allocation &allocation = iter->second; in Leak() local 387 Allocation &allocation = iter->second; in Free() local 445 Allocation &allocation = iter->second; in WriteMemory() local 575 Allocation &allocation = iter->second; in ReadMemory() local 706 Allocation &allocation = iter->second; in GetMemoryData() local
|
| D | IRExecutionUnit.cpp | 91 IRExecutionUnit::FreeNow (lldb::addr_t allocation) in FreeNow()
|
| /external/chromium_org/cc/output/ |
| D | managed_memory_policy.cc | 22 const gpu::MemoryAllocation& allocation) in ManagedMemoryPolicy()
|
| /external/chromium_org/content/common/gpu/ |
| D | texture_image_transport_surface.cc | 122 bool TextureImageTransportSurface::SetBackbufferAllocation(bool allocation) { in SetBackbufferAllocation() 138 void TextureImageTransportSurface::SetFrontbufferAllocation(bool allocation) { in SetFrontbufferAllocation()
|
| D | gpu_memory_manager.cc | 289 MemoryAllocation allocation; in AssignSurfacesAllocations() local 316 MemoryAllocation allocation; in AssignNonSurfacesAllocations() local
|
| D | gpu_memory_manager_unittest.cc | 48 MemoryAllocation allocation; member 60 const MemoryAllocation& allocation) { in AddClientStat()
|
| /external/chromium_org/third_party/WebKit/Source/wtf/ |
| D | BitVector.cpp | 83 void* allocation = partitionAllocGeneric(Partitions::getBufferPartition(), size); in create() local
|
| /external/chromium_org/tools/memory_inspector/memory_inspector/classification/ |
| D | native_heap_classifier.py | 185 def Match(self, allocation): argument
|
| /external/chromium_org/tools/memory_inspector/memory_inspector/core/ |
| D | native_heap.py | 22 def Add(self, allocation): argument
|
| /external/clang/test/Sema/ |
| D | warn-unused-function.c | 50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
|
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| D | turnserver.cc | 298 Allocation* allocation = FindAllocation(&conn); in OnInternalPacket() local 331 Allocation* allocation = FindAllocation(conn); in HandleStunMessage() local 424 Allocation* allocation = FindAllocation(conn); in CheckAuthorization() local 534 Allocation* allocation = new Allocation(this, in CreateAllocation() local 591 void TurnServer::OnAllocationDestroyed(Allocation* allocation) { in OnAllocationDestroyed()
|
| /external/chromium_org/third_party/WebKit/Source/platform/audio/ |
| D | AudioArray.h | 83 T* allocation = static_cast<T*>(fastMalloc(initialSize + extraAllocationBytes)); in allocate() local
|
| /external/chromium_org/content/common/gpu/client/ |
| D | context_provider_command_buffer.cc | 179 const gpu::MemoryAllocation& allocation) { in OnMemoryAllocationChanged()
|
| D | command_buffer_proxy_impl.cc | 112 const gpu::MemoryAllocation& allocation) { in OnSetMemoryAllocation()
|
| /external/chromium_org/components/web_cache/browser/ |
| D | web_cache_manager.cc | 300 AllocationStrategy::const_iterator allocation = strategy.begin(); in EnactStrategy() local
|
| /external/chromium_org/v8/test/cctest/ |
| D | test-spaces.cc | 415 { AllocationResult allocation = lo->AllocateRaw(lo_size, NOT_EXECUTABLE); in TEST() local
|
| D | test-mark-compact.cc | 143 AllocationResult allocation; in TEST() local
|
| D | cctest.h | 488 v8::internal::AllocationResult allocation = in SimulateFullSpace() local
|
| /external/chromium_org/third_party/webrtc/modules/bitrate_controller/ |
| D | bitrate_controller_impl.cc | 358 uint32_t allocation = std::min(remainder, it->second->min_bitrate_); in LowRateAllocation() local
|
| /external/nanopb-c/ |
| D | pb.h | 478 #define PB_FIELD(tag, type, rules, allocation, message, field, prevfield, ptr) \ argument 490 #define PB_FIELD2(tag, type, rules, allocation, placement, message, field, prevfield, ptr) \ argument
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/ |
| D | heap-profile-table.cc | 157 void HeapProfileTable::DeallocateAllocationMap(AllocationMap* allocation) { in DeallocateAllocationMap()
|