Mac OS: Tag mapped pages.

This can be used to help profiling tools (e.g. vmmap) identify the
sources of mappings more specifically.
This commit is contained in:
David CARLIER
2021-01-26 21:49:08 +00:00
committed by David Goldblatt
parent f6699803e2
commit 35a8552605
3 changed files with 22 additions and 2 deletions

View File

@@ -404,4 +404,7 @@
/* Performs additional size checks when defined. */
#undef JEMALLOC_OPT_SIZE_CHECKS
/* Darwin VM_MAKE_TAG support */
#undef JEMALLOC_HAVE_VM_MAKE_TAG
#endif /* JEMALLOC_INTERNAL_DEFS_H_ */