| Index: base/process/memory.h
|
| diff --git a/base/process/memory.h b/base/process/memory.h
|
| index f7fc569abaf3b6ccd0cea0c1a031d5c3ce67ab57..62c3312598a152b192ab29acfcc046d9485c8680 100644
|
| --- a/base/process/memory.h
|
| +++ b/base/process/memory.h
|
| @@ -25,14 +25,6 @@
|
|
|
| namespace base {
|
|
|
| -// Enables low fragmentation heap (LFH) for every heaps of this process. This
|
| -// won't have any effect on heaps created after this function call. It will not
|
| -// modify data allocated in the heaps before calling this function. So it is
|
| -// better to call this function early in initialization and again before
|
| -// entering the main loop.
|
| -// Note: Returns true on Windows 2000 without doing anything.
|
| -BASE_EXPORT bool EnableLowFragmentationHeap();
|
| -
|
| // Enables 'terminate on heap corruption' flag. Helps protect against heap
|
| // overflow. Has no effect if the OS doesn't provide the necessary facility.
|
| BASE_EXPORT void EnableTerminationOnHeapCorruption();
|
|
|