| Index: third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c
|
| ===================================================================
|
| --- third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c (revision 41940)
|
| +++ third_party/tcmalloc/chromium/src/tests/malloc_extension_c_test.c (working copy)
|
| @@ -108,7 +108,6 @@
|
| }
|
| MallocExtension_MarkThreadIdle();
|
| MallocExtension_MarkThreadBusy();
|
| - MallocExtension_ReleaseToSystem(1);
|
| MallocExtension_ReleaseFreeMemory();
|
| if (MallocExtension_GetEstimatedAllocatedSize(10) < 10) {
|
| FAIL("GetEstimatedAllocatedSize returned a bad value (too small)");
|
|
|