mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Sanity check szind on tcache flush.
This adds some overhead to the tcache flush path (which is one of the popular paths). Guard it behind a config option.
This commit is contained in:
parent
b33eb26dee
commit
e13400c919
3 changed files with 59 additions and 2 deletions
|
|
@ -372,4 +372,7 @@
|
|||
*/
|
||||
#undef JEMALLOC_STRERROR_R_RETURNS_CHAR_WITH_GNU_SOURCE
|
||||
|
||||
/* Performs additional size-matching sanity checks when defined. */
|
||||
#undef JEMALLOC_EXTRA_SIZE_CHECK
|
||||
|
||||
#endif /* JEMALLOC_INTERNAL_DEFS_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue