Index: base/allocator/allocator_shim_default_dispatch_to_winheap.cc |
diff --git a/base/allocator/allocator_shim_default_dispatch_to_winheap.cc b/base/allocator/allocator_shim_default_dispatch_to_winheap.cc |
index 2df3fdf5fef99cf63bcbe6317e6651dd5bda0ac8..2772e0fef6ce8eb0dbb5fc6692fd883b4a16a438 100644 |
--- a/base/allocator/allocator_shim_default_dispatch_to_winheap.cc |
+++ b/base/allocator/allocator_shim_default_dispatch_to_winheap.cc |
@@ -61,5 +61,8 @@ const AllocatorDispatch AllocatorDispatch::default_dispatch = { |
&DefaultWinHeapReallocImpl, |
&DefaultWinHeapFreeImpl, |
&DefaultWinHeapGetSizeEstimateImpl, |
+ nullptr, /* batch_malloc_function */ |
+ nullptr, /* batch_free_function */ |
+ nullptr, /* free_definite_size_function */ |
nullptr, /* next */ |
}; |