Searched defs:Allocation (Results 1 – 12 of 12) sorted by relevance
46 struct Allocation struct49 unsigned char *block;
58 struct Allocation { struct60 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.
53 struct Allocation struct56 unsigned char *block;
39 class Allocation; variable
27 class Allocation class30 Allocation(size_t size, unsigned char *mem, Allocation *prev = 0) in Allocation() function in angle::Allocation
61 struct Allocation struct64 unsigned char *block;
33 TEST(LibuvEventManager, Allocation) { in TEST() argument
48 for (void *Allocation : Allocations) in ~AllocaHolder() local
59 ULONG64 Allocation; member
668 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local740 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
1351 SmallVector<AllocatedReg, 4> Allocation; in fastLowerArguments() local
5332 Allocation::Allocation(AllocatorPimpl* allocator, UINT64 size, BOOL wasZeroInitialized) : in Allocation() function in D3D12MA::Allocation