Searched defs:AllocationNode (Results 1 – 6 of 6) sorted by relevance
33 struct AllocationNode { struct35 AllocationNode* next; argument
30 struct AllocationNode { struct in TempMemoryAllocator31 void* data;32 AllocationNode* next;
24 interface AllocationNode { interface
469 private static final class AllocationNode { class in SampleDataQueue490 public AllocationNode(long startPosition, int allocationLength) { in AllocationNode() method in SampleDataQueue.AllocationNode
462 private static final class AllocationNode implements Allocator.AllocationNode { class in SampleDataQueue483 public AllocationNode(long startPosition, int allocationLength) { in AllocationNode() method in SampleDataQueue.AllocationNode
2216 const ExplodedNode *AllocationNode = N; in GetAllocationSite() local