summaryrefslogtreecommitdiff
path: root/libartbase/base/allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libartbase/base/allocator.h')
-rw-r--r--libartbase/base/allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libartbase/base/allocator.h b/libartbase/base/allocator.h
index 24374a2b40..c3f32282e8 100644
--- a/libartbase/base/allocator.h
+++ b/libartbase/base/allocator.h
@@ -28,7 +28,7 @@ static constexpr bool kEnableTrackingAllocator = false;
class Allocator {
public:
- static Allocator* GetMallocAllocator();
+ static Allocator* GetCallocAllocator();
static Allocator* GetNoopAllocator();
Allocator() {}