Skip to content

Commit ae322f3

Browse files
authored
Merge pull request #3646 from ovidiusas/master
core: advertise the new memory allocator F_PARALLEL_MALLOC in help msg
2 parents b709875 + 85c298f commit ae322f3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

help_msg.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@ Options:\n\
9191
auto-probing procedure even if OS allows\n\
9292
-a allocator The memory allocator to use for all memory segments\n\
9393
Possible values: \n\
94-
F_MALLOC F_MALLOC_DBG\n\
95-
Q_MALLOC Q_MALLOC_DBG\n\
96-
HP_MALLOC HP_MALLOC_DBG\n\
94+
F_MALLOC F_MALLOC_DBG\n\
95+
F_PARALLEL_MALLOC F_PARALLEL_MALLOC_DBG\n\
96+
Q_MALLOC Q_MALLOC_DBG\n\
97+
HP_MALLOC HP_MALLOC_DBG\n\
9798
-k allocator The pkg memory allocator to use (overrides -a)\n\
9899
-s allocator The shared memory allocator to use (overrides -a)\n\
99100
-e allocator The restart-persistent memory allocator to use (overrides -a)\n\

0 commit comments

Comments
 (0)