forked from OSchip/llvm-project
parent
f2f00b4e28
commit
b8cd986b5d
|
@ -637,7 +637,7 @@ TEST(Allocator, ScopedBuffer) {
|
||||||
|
|
||||||
void IterationTestCallback(uptr chunk, void *arg) {
|
void IterationTestCallback(uptr chunk, void *arg) {
|
||||||
reinterpret_cast<std::set<uptr> *>(arg)->insert(chunk);
|
reinterpret_cast<std::set<uptr> *>(arg)->insert(chunk);
|
||||||
};
|
}
|
||||||
|
|
||||||
template <class Allocator>
|
template <class Allocator>
|
||||||
void TestSizeClassAllocatorIteration() {
|
void TestSizeClassAllocatorIteration() {
|
||||||
|
|
Loading…
Reference in New Issue