mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-15 20:13:52 +03:00
Introduce the `os.h` dispatcher pattern under
`include/jemalloc/internal/os/`, with no modules wired in yet.
- os.h - documents the os/<module>.h dispatcher / os/posix/
default / os/<os>/ override pattern that every
facility will follow.
- os/detect.h - JEMALLOC_OS_POSIX platform detection, shared by every
module dispatcher.
|
||
|---|---|---|
| .. | ||
| jemalloc | ||
| msvc_compat | ||