| Index: base/allocator/allocator_extension_thunks.h
|
| diff --git a/base/allocator/allocator_extension_thunks.h b/base/allocator/allocator_extension_thunks.h
|
| index f1b4a93649d3a1c8f6349a710a00da24ae4bc552..8b99a9034664ffab557dcffdc54acd879ebca665 100644
|
| --- a/base/allocator/allocator_extension_thunks.h
|
| +++ b/base/allocator/allocator_extension_thunks.h
|
| @@ -20,10 +20,6 @@ void SetGetAllocatorWasteSizeFunction(
|
| GetAllocatorWasteSizeFunction get_allocator_waste_size_function);
|
| GetAllocatorWasteSizeFunction GetGetAllocatorWasteSizeFunction();
|
|
|
| -typedef void (*GetStatsFunction)(char* buffer, int buffer_length);
|
| -void SetGetStatsFunction(GetStatsFunction get_stats_function);
|
| -GetStatsFunction GetGetStatsFunction();
|
| -
|
| typedef void (*ReleaseFreeMemoryFunction)();
|
| void SetReleaseFreeMemoryFunction(
|
| ReleaseFreeMemoryFunction release_free_memory_function);
|
|
|