Home
last modified time | relevance | path

Searched refs:SetReleaseFreeMemoryFunction (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/base/allocator/
Dallocator_extension.cc48 void SetReleaseFreeMemoryFunction( in SetReleaseFreeMemoryFunction() function
52 thunks::SetReleaseFreeMemoryFunction(release_free_memory_function); in SetReleaseFreeMemoryFunction()
Dallocator_extension_thunks.h28 void SetReleaseFreeMemoryFunction(
Dallocator_extension.h53 BASE_EXPORT void SetReleaseFreeMemoryFunction(
Dallocator_extension_thunks.cc41 void SetReleaseFreeMemoryFunction( in SetReleaseFreeMemoryFunction() function
Dallocator_shim.cc307 base::allocator::thunks::SetReleaseFreeMemoryFunction( in _heap_init()
/external/chromium_org/content/app/
Dcontent_main_runner.cc581 base::allocator::SetReleaseFreeMemoryFunction(ReleaseFreeMemoryThunk); in Initialize()