Searched defs:TestAllocator (Results 1 – 8 of 8) sorted by relevance
166 struct TestAllocator : public SizeClassAllocator<BaseConfig, SizeClassMapT> { struct167 ~TestAllocator() { in ~TestAllocator() argument174 EXPECT_EQ(0, posix_memalign(&p, alignof(TestAllocator), size)); in operator new() argument178 void operator delete(void *ptr) { free(ptr); } in operator delete()
76 template <typename Config> struct TestAllocator : scudo::Allocator<Config> { struct77 TestAllocator() { in TestAllocator() function83 ~TestAllocator() { this->unmapTestOnly(); } in ~TestAllocator() argument
46 class TestAllocator : public se::DeviceMemoryAllocator { class48 TestAllocator() in TestAllocator() function in xla::__anon1b7fea2a0111::TestAllocator
46 explicit TestAllocator(se::Platform* platform) in TestAllocator() function
944 class TestAllocator : public tensorflow::AllocatorWrapper { class946 TestAllocator() : tensorflow::AllocatorWrapper(tensorflow::cpu_allocator()) {} in TestAllocator() function in tensorflow::tfd::__anond671884e0711::TestAllocator
48 class TestAllocator : public pw::Allocator { class52 TestAllocator() : pw::Allocator(kCapabilities) {} in TestAllocator() function in chre::message::__anon79b169e10111::TestAllocator
19 class TestAllocator : public Allocator { class
1847 class TestAllocator : public flatbuffers::Allocator { class1852 explicit TestAllocator(int* deallocate_call_count) in TestAllocator() function in torch::jit::TestAllocator