mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-28 22:02:12 +03:00
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:
parent
f6699803e2
commit
35a8552605
3 changed files with 22 additions and 2 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue