Lines Matching refs:Allocate
20 int *a = (int*)Alloc.Allocate(sizeof(int), 1); in TEST()
21 int *b = (int*)Alloc.Allocate(sizeof(int) * 10, 1); in TEST()
22 int *c = (int*)Alloc.Allocate(sizeof(int), 1); in TEST()
52 Alloc.Allocate(3000, 1); in TEST()
54 Alloc.Allocate(3000, 1); in TEST()
56 Alloc.Allocate(3000, 1); in TEST()
66 (void)Alloc.Allocate(5000, 1); in TEST()
71 Alloc.Allocate(3000, 1); in TEST()
73 Alloc.Allocate(3000, 1); in TEST()
77 Alloc.Allocate(3000, 1); in TEST()
79 Alloc.Allocate(3000, 1); in TEST()
87 a = (uintptr_t)Alloc.Allocate(1, 2); in TEST()
89 a = (uintptr_t)Alloc.Allocate(1, 4); in TEST()
91 a = (uintptr_t)Alloc.Allocate(1, 8); in TEST()
93 a = (uintptr_t)Alloc.Allocate(1, 16); in TEST()
95 a = (uintptr_t)Alloc.Allocate(1, 32); in TEST()
97 a = (uintptr_t)Alloc.Allocate(1, 64); in TEST()
99 a = (uintptr_t)Alloc.Allocate(1, 128); in TEST()
109 Alloc.Allocate(4096, 1); in TEST()
113 Alloc.Allocate(1, 1); in TEST()
121 Alloc.Allocate(8000, 1); in TEST()
128 Alloc.Allocate(4095, 1); in TEST()
133 Alloc.Allocate(1024, 8192); in TEST()
146 void *Allocate(size_t Size, size_t /*Alignment*/) { in Allocate() function in __anone3b4fce70111::MockSlabAllocator
178 (void)Alloc.Allocate(1, 1); in TEST()
181 (void)Alloc.Allocate(3000, 2048); in TEST()