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

  /external/chromium_org/base/allocator/
allocator_extension.cc 13 thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function = local
15 return get_allocator_waste_size_function != NULL &&
16 get_allocator_waste_size_function(size);
36 thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function) {
39 thunks::SetGetAllocatorWasteSizeFunction(get_allocator_waste_size_function);
allocator_extension_thunks.cc 25 GetAllocatorWasteSizeFunction get_allocator_waste_size_function) {
26 g_get_allocator_waste_size_function = get_allocator_waste_size_function;
allocator_extension.h 48 thunks::GetAllocatorWasteSizeFunction get_allocator_waste_size_function);
allocator_extension_thunks.h 20 GetAllocatorWasteSizeFunction get_allocator_waste_size_function);

Completed in 7552 milliseconds