зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1172632 - Don't guess malloc_usable_size type of argument based on ANDROID_VERSION in mozjemalloc, but use the result of the configure test instead. r=njn
This commit is contained in:
Родитель
54bccdc15f
Коммит
f61d5cbfd5
|
@ -6514,13 +6514,8 @@ malloc_good_size_impl(size_t size)
|
|||
}
|
||||
|
||||
|
||||
#if defined(MOZ_MEMORY_ANDROID) && (ANDROID_VERSION < 19)
|
||||
MOZ_MEMORY_API size_t
|
||||
malloc_usable_size_impl(void *ptr)
|
||||
#else
|
||||
MOZ_MEMORY_API size_t
|
||||
malloc_usable_size_impl(const void *ptr)
|
||||
#endif
|
||||
malloc_usable_size_impl(MALLOC_USABLE_SIZE_CONST_PTR void *ptr)
|
||||
{
|
||||
DARWIN_ONLY(return (szone->size)(szone, ptr));
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче