comment jemalloc include lines
This commit is contained in:
parent
f4e8d8fdc9
commit
41dc7373f3
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <assert.h>
|
||||
|
||||
// Jemalloc memory management
|
||||
#include <jemalloc/jemalloc.h>
|
||||
// #include <jemalloc/jemalloc.h>
|
||||
|
||||
// PCRE
|
||||
#include <pcre.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <assert.h>
|
||||
|
||||
// Jemalloc memory management
|
||||
#include <jemalloc/jemalloc.h>
|
||||
// #include <jemalloc/jemalloc.h>
|
||||
|
||||
// PCRE
|
||||
#include <pcre.h>
|
||||
|
|
Loading…
Reference in a new issue