Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/call/
Dbitrate_allocator.cc43 ObserverBitrateMap allocation = AllocateBitrates(); in OnNetworkChanged() local
88 ObserverBitrateMap allocation = AllocateBitrates(); in AddBitrateObserver() local
150 ObserverBitrateMap allocation; in NormalRateAllocation() local
176 ObserverBitrateMap allocation; in LowRateAllocation() local
/external/v8/src/heap/
Dheap.cc1169 AllocationResult allocation = map_space()->AllocateRawUnaligned( in ReserveSpace() local
1190 AllocationResult allocation; in ReserveSpace() local
2090 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocatePartialMap() local
2124 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocateMap() local
2167 AllocationResult allocation = AllocateRaw(size, space, align); in AllocateFillerObject() local
2225 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); in CreateInitialMaps() local
2252 AllocationResult allocation = AllocateEmptyFixedArray(); in CreateInitialMaps() local
2258 AllocationResult allocation = Allocate(null_map(), OLD_SPACE); in CreateInitialMaps() local
2265 AllocationResult allocation = Allocate(undefined_map(), OLD_SPACE); in CreateInitialMaps() local
2272 AllocationResult allocation = Allocate(the_hole_map(), OLD_SPACE); in CreateInitialMaps() local
[all …]
Dscavenger.cc162 AllocationResult allocation = in SemiSpaceCopyObject() local
190 AllocationResult allocation = in PromoteObject() local
Dheap-inl.h237 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateOneByteInternalizedString() local
269 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateTwoByteInternalizedString() local
316 AllocationResult allocation; in AllocateRaw() local
Dmark-compact.cc1628 AllocationResult allocation = target_space->AllocateRaw(size, alignment); in TryEvacuateObject() local
1755 AllocationResult allocation; in AllocateTargetObject() local
1790 AllocationResult allocation = in AllocateInNewSpace() local
1808 AllocationResult allocation = in AllocateInOldSpace() local
1820 AllocationResult allocation; in AllocateInLab() local
/external/swiftshader/src/Common/
DMemory.cpp74 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local
100 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in deallocate() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.cpp42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp65 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::… in createDataBuffer() local
112 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createColorDataBuffer() local
DvktApiComputeInstanceResultBuffer.cpp79 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createResultBuffer() local
/external/clang/test/Sema/
Dwarn-unused-function.c50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
/external/webrtc/webrtc/p2p/base/
Dturnserver.cc209 TurnServerAllocation* allocation = FindAllocation(&conn); in OnInternalPacket() local
242 TurnServerAllocation* allocation = FindAllocation(conn); in HandleStunMessage() local
335 TurnServerAllocation* allocation = FindAllocation(conn); in CheckAuthorization() local
445 TurnServerAllocation* allocation = new TurnServerAllocation(this, in CreateAllocation() local
502 void TurnServer::OnAllocationDestroyed(TurnServerAllocation* allocation) { in OnAllocationDestroyed()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.hpp54 de::MovePtr<vk::Allocation> allocation) in Buffer()
87 de::MovePtr<vk::Allocation>& allocation) in Image()
DvktSynchronizationCrossInstanceSharingTests.cpp511 …de::MovePtr<vk::Allocation> allocation = allocateAndBindMemory(vkd, device, *image, externalType,… in createResource() local
539 …de::MovePtr<vk::Allocation> allocation = allocateAndBindMemory(vkd, device, *buffer, externalType,… in createResource() local
642 …de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *image, nativeHandle, e… in importResource() local
670 …de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *buffer, nativeHandle, e… in importResource() local
DvktSynchronizationSmokeTests.cpp155 MovePtr<Allocation> allocation; member
228 MovePtr<Allocation> allocation; member
DvktSynchronizationWin32KeyedMutexTests.cpp412 …de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *image, nativeHandle, e… in importResource() local
440 …de::MovePtr<vk::Allocation> allocation = importAndBindMemory(vkd, device, *buffer, nativeHandle, e… in importResource() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp146 …MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vkd, device, *buf… in allocateStagingBuffers() local
450 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in fillImageMemory() local
755 const de::SharedPtr<Allocation>& allocation = allocations.size() > 1 in readImageMemory() local
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMap.java255 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DUnicodeMap.java256 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt() local
/external/ImageMagick/MagickCore/
Dmemory.c103 *allocation, member
150 allocation; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp82 } allocation; member
/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/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc344 for (const auto& allocation : node->allocations) in buildSampingHeapProfileNode() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp118 …de::MovePtr<Allocation> allocation (allocator.allocate(getBufferMemoryRequirements(vk, device, buf… in createBufferMemory() local
128 …de::MovePtr<Allocation> allocation (allocator.allocate(getImageMemoryRequirements(vk, device, imag… in createImageMemory() local
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c481 void *allocation; in allocate_to_stack() local
/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp28 void* allocation = pool->allocate(size); in Make() local

12