1 // Copyright 2012 The Chromium Authors 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #include "base/allocator/allocator_extension.h" 6 #include "base/allocator/buildflags.h" 7 #include "base/check.h" 8 9 namespace base { 10 namespace allocator { 11 ReleaseFreeMemory()12void ReleaseFreeMemory() {} 13 14 } // namespace allocator 15 } // namespace base 16