Index: base/allocator/allocator_shim_default_dispatch_to_glibc.cc |
diff --git a/base/allocator/allocator_shim_default_dispatch_to_glibc.cc b/base/allocator/allocator_shim_default_dispatch_to_glibc.cc |
index f3a535973989e234f0a9c325dd93b3f0475bc68e..7415ec60c01b69ea5cc4645b5f44259a5d56e687 100644 |
--- a/base/allocator/allocator_shim_default_dispatch_to_glibc.cc |
+++ b/base/allocator/allocator_shim_default_dispatch_to_glibc.cc |
@@ -57,5 +57,8 @@ const AllocatorDispatch AllocatorDispatch::default_dispatch = { |
&GlibcRealloc, /* realloc_function */ |
&GlibcFree, /* free_function */ |
&GlibcGetSizeEstimate, /* get_size_estimate_function */ |
+ nullptr, /* batch_malloc_function */ |
+ nullptr, /* batch_free_function */ |
+ nullptr, /* free_definite_size_function */ |
nullptr, /* next */ |
}; |