Index: base/allocator/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc |
diff --git a/base/allocator/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc b/base/allocator/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc |
index 69953aec0e92fee04acf19f03464a21ab0e7f1fa..2a90545fb2e493606d3946a091d1ef7ea1820775 100644 |
--- a/base/allocator/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc |
+++ b/base/allocator/allocator_shim_default_dispatch_to_linker_wrapped_symbols.cc |
@@ -92,5 +92,7 @@ const AllocatorDispatch AllocatorDispatch::default_dispatch = { |
&RealRealloc, /* realloc_function */ |
&RealFree, /* free_function */ |
&RealSizeEstimate, /* get_size_estimate_function */ |
+ nullptr, /* batch_malloc_function */ |
+ nullptr, /* batch_free_function */ |
nullptr, /* next */ |
}; |