HomeSort by relevance Sort by last modified time
    Searched refs:ReleaseFreeMemoryFunction (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/allocator/
allocator_extension_thunks.h 27 typedef void (*ReleaseFreeMemoryFunction)();
29 ReleaseFreeMemoryFunction release_free_memory_function);
30 ReleaseFreeMemoryFunction GetReleaseFreeMemoryFunction();
allocator_extension_thunks.cc 22 static ReleaseFreeMemoryFunction g_release_free_memory_function = NULL;
42 ReleaseFreeMemoryFunction release_free_memory_function) {
46 ReleaseFreeMemoryFunction GetReleaseFreeMemoryFunction() {
allocator_extension.cc 29 thunks::ReleaseFreeMemoryFunction release_free_memory_function =
49 thunks::ReleaseFreeMemoryFunction release_free_memory_function) {
51 reinterpret_cast<thunks::ReleaseFreeMemoryFunction>(NULL));
allocator_extension.h 54 thunks::ReleaseFreeMemoryFunction release_free_memory_function);

Completed in 197 milliseconds