fix ut compile error
This commit is contained in:
@ -32,7 +32,7 @@ class MyAllocator : public ObIAllocator
|
|||||||
public:
|
public:
|
||||||
void *alloc(const int64_t size)
|
void *alloc(const int64_t size)
|
||||||
{
|
{
|
||||||
void *ptr = ob_malloc(size);
|
void *ptr = ob_malloc(size, "test");
|
||||||
ptr_set.insert(ptr);
|
ptr_set.insert(ptr);
|
||||||
return ptr;
|
return ptr;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user