/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Memory.cpp | 46 struct Allocation struct 49 unsigned char *block;
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | memory.h | 58 struct Allocation { struct 60 enum class Usage : uint8_t { 71 struct Request { 78 void* ptr = nullptr; // The pointer to the allocated memory. 79 Request request; // Request used for the allocation.
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Memory.cpp | 53 struct Allocation struct 56 unsigned char *block;
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PoolAlloc.h | 39 class Allocation; variable
|
D | PoolAlloc.cpp | 27 class Allocation class 30 Allocation(size_t size, unsigned char *mem, Allocation *prev = 0) in Allocation() function in angle::Allocation
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | ExecutableMemory.cpp | 61 struct Allocation struct 64 unsigned char *block;
|
/third_party/grpc/test/core/iomgr/poller/ |
D | eventmanager_libuv_test.cc | 33 TEST(LibuvEventManager, Allocation) { in TEST() argument
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 54 class Allocation class
|
D | vkMemUtil.cpp | 96 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() function in vk::Allocation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 48 for (void *Allocation : Allocations) in ~AllocaHolder() local
|
/third_party/mbedtls/docs/architecture/testing/ |
D | invasive-testing.md | 95 #### Allocation subsubsection
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 668 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local 740 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1351 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12MemAlloc.cpp | 5332 Allocation::Allocation(AllocatorPimpl* allocator, UINT64 size, BOOL wasZeroInitialized) : in Allocation() function in D3D12MA::Allocation
|