Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/base/memory/
Ddiscardable_memory_manager_unittest.cc87 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 …]
Ddiscardable_memory_manager.cc63 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/
Dheap.cc929 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 …]
Dheap-inl.h97 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/
DIRMemoryMap.cpp368 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
DIRExecutionUnit.cpp91 IRExecutionUnit::FreeNow (lldb::addr_t allocation) in FreeNow()
/external/chromium_org/cc/output/
Dmanaged_memory_policy.cc22 const gpu::MemoryAllocation& allocation) in ManagedMemoryPolicy()
/external/chromium_org/content/common/gpu/
Dtexture_image_transport_surface.cc122 bool TextureImageTransportSurface::SetBackbufferAllocation(bool allocation) { in SetBackbufferAllocation()
138 void TextureImageTransportSurface::SetFrontbufferAllocation(bool allocation) { in SetFrontbufferAllocation()
Dgpu_memory_manager.cc289 MemoryAllocation allocation; in AssignSurfacesAllocations() local
316 MemoryAllocation allocation; in AssignNonSurfacesAllocations() local
Dgpu_memory_manager_unittest.cc48 MemoryAllocation allocation; member
60 const MemoryAllocation& allocation) { in AddClientStat()
/external/chromium_org/third_party/WebKit/Source/wtf/
DBitVector.cpp83 void* allocation = partitionAllocGeneric(Partitions::getBufferPartition(), size); in create() local
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
Dnative_heap_classifier.py185 def Match(self, allocation): argument
/external/chromium_org/tools/memory_inspector/memory_inspector/core/
Dnative_heap.py22 def Add(self, allocation): argument
/external/clang/test/Sema/
Dwarn-unused-function.c50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dturnserver.cc298 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/
DAudioArray.h83 T* allocation = static_cast<T*>(fastMalloc(initialSize + extraAllocationBytes)); in allocate() local
/external/chromium_org/content/common/gpu/client/
Dcontext_provider_command_buffer.cc179 const gpu::MemoryAllocation& allocation) { in OnMemoryAllocationChanged()
Dcommand_buffer_proxy_impl.cc112 const gpu::MemoryAllocation& allocation) { in OnSetMemoryAllocation()
/external/chromium_org/components/web_cache/browser/
Dweb_cache_manager.cc300 AllocationStrategy::const_iterator allocation = strategy.begin(); in EnactStrategy() local
/external/chromium_org/v8/test/cctest/
Dtest-spaces.cc415 { AllocationResult allocation = lo->AllocateRaw(lo_size, NOT_EXECUTABLE); in TEST() local
Dtest-mark-compact.cc143 AllocationResult allocation; in TEST() local
Dcctest.h488 v8::internal::AllocationResult allocation = in SimulateFullSpace() local
/external/chromium_org/third_party/webrtc/modules/bitrate_controller/
Dbitrate_controller_impl.cc358 uint32_t allocation = std::min(remainder, it->second->min_bitrate_); in LowRateAllocation() local
/external/nanopb-c/
Dpb.h478 #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/
Dheap-profile-table.cc157 void HeapProfileTable::DeallocateAllocationMap(AllocationMap* allocation) { in DeallocateAllocationMap()

12