Searched refs:MallocUsableSizeFunction (Results 1 – 2 of 2) sorted by relevance
78 using MallocUsableSizeFunction = decltype(malloc_usable_size)*; in RealSizeEstimate() typedef79 static MallocUsableSizeFunction usable_size_function = nullptr; in RealSizeEstimate()83 usable_size_function = reinterpret_cast<MallocUsableSizeFunction>( in RealSizeEstimate()
102 using MallocUsableSizeFunction = decltype(malloc_usable_size)*; in GlibcGetSizeEstimate() typedef103 static MallocUsableSizeFunction fn_ptr = in GlibcGetSizeEstimate()104 reinterpret_cast<MallocUsableSizeFunction>( in GlibcGetSizeEstimate()