Home
last modified time | relevance | path

Searched refs:ReleaseFreeMemoryFunction (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/base/allocator/
Dallocator_extension_thunks.h27 typedef void (*ReleaseFreeMemoryFunction)(); typedef
29 ReleaseFreeMemoryFunction release_free_memory_function);
30 ReleaseFreeMemoryFunction GetReleaseFreeMemoryFunction();
Dallocator_extension_thunks.cc22 static ReleaseFreeMemoryFunction g_release_free_memory_function = NULL;
42 ReleaseFreeMemoryFunction release_free_memory_function) { in SetReleaseFreeMemoryFunction()
46 ReleaseFreeMemoryFunction GetReleaseFreeMemoryFunction() { in GetReleaseFreeMemoryFunction()
Dallocator_extension.cc29 thunks::ReleaseFreeMemoryFunction release_free_memory_function = in ReleaseFreeMemory()
49 thunks::ReleaseFreeMemoryFunction release_free_memory_function) { in SetReleaseFreeMemoryFunction()
51 reinterpret_cast<thunks::ReleaseFreeMemoryFunction>(NULL)); in SetReleaseFreeMemoryFunction()
Dallocator_extension.h54 thunks::ReleaseFreeMemoryFunction release_free_memory_function);