Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions help_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,10 @@ Options:\n\
auto-probing procedure even if OS allows\n\
-a allocator The memory allocator to use for all memory segments\n\
Possible values: \n\
F_MALLOC F_MALLOC_DBG\n\
Q_MALLOC Q_MALLOC_DBG\n\
HP_MALLOC HP_MALLOC_DBG\n\
F_MALLOC F_MALLOC_DBG\n\
F_PARALLEL_MALLOC F_PARALLEL_MALLOC_DBG\n\
Q_MALLOC Q_MALLOC_DBG\n\
HP_MALLOC HP_MALLOC_DBG\n\
-k allocator The pkg memory allocator to use (overrides -a)\n\
-s allocator The shared memory allocator to use (overrides -a)\n\
-e allocator The restart-persistent memory allocator to use (overrides -a)\n\
Expand Down