You need to sign in or sign up before continuing.
fix malloc_usable_size for NULL input
the linux man page specifies malloc_usable_size(0) to return 0 and this is the semantics other implementations follow (jemalloc). reported by Alexander Monakov.
Showing
想要评论请 注册 或 登录