Lines Matching refs:GPA
18 Allocated.push_back({GPA.allocate(size), size}); in TEST_F()
21 void *Ptr = GPA.allocate(5); in TEST_F()
25 GPA.deallocate(Ptr); in TEST_F()
29 GPA.disable(); in TEST_F()
34 GPA.iterate( in TEST_F()
41 GPA.enable(); in TEST_F()
47 GPA.disable(); in TEST_F()
51 GPA.iterate( in TEST_F()
58 GPA.enable(); in TEST_F()
63 GPA.deallocate(Allocated.back().first); in TEST_F()
68 GPA.deallocate(PS.first); in TEST_F()