mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-17 17:35:39 +03:00
Avoid crashes when system libraries use the purgeable zone allocator
This commit is contained in:
parent
71a93b8725
commit
3c2ba0dcbc
2 changed files with 27 additions and 6 deletions
|
|
@ -1175,7 +1175,7 @@ je_valloc(size_t size)
|
|||
* to inconsistently reference libc's malloc(3)-compatible functions
|
||||
* (https://bugzilla.mozilla.org/show_bug.cgi?id=493541).
|
||||
*
|
||||
* These definitions interpose hooks in glibc. The functions are actually
|
||||
* These definitions interpose hooks in glibc. The functions are actually
|
||||
* passed an extra argument for the caller return address, which will be
|
||||
* ignored.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue