reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

unittests/Support/AllocatorTest.cpp
   86   a = (uintptr_t)Alloc.Allocate(1, 2);
   88   a = (uintptr_t)Alloc.Allocate(1, 4);
   90   a = (uintptr_t)Alloc.Allocate(1, 8);
   92   a = (uintptr_t)Alloc.Allocate(1, 16);
   94   a = (uintptr_t)Alloc.Allocate(1, 32);
   96   a = (uintptr_t)Alloc.Allocate(1, 64);
   98   a = (uintptr_t)Alloc.Allocate(1, 128);