EOL conversion for clang-format
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#define USE_RESERVE_MULTIPLE 1
|
||||
#define NO_BOOTSTRAP_ALLOCATOR
|
||||
#define IS_ADDRESS_SPACE_CONSTRAINED
|
||||
#ifndef SNMALLOC_EXPOSE_PAGEMAP
|
||||
# define SNMALLOC_EXPOSE_PAGEMAP
|
||||
#endif
|
||||
#ifndef SNMALLOC_EXPOSE_PAGEMAP
|
||||
# define SNMALLOC_EXPOSE_PAGEMAP
|
||||
#endif
|
||||
#define SNMALLOC_NAME_MANGLE(a) enclave_##a
|
||||
// Redefine the namespace, so we can have two versions.
|
||||
#define snmalloc snmalloc_enclave
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#undef IS_ADDRESS_SPACE_CONSTRAINED
|
||||
#define SNMALLOC_NAME_MANGLE(a) host_##a
|
||||
#define NO_BOOTSTRAP_ALLOCATOR
|
||||
#ifndef SNMALLOC_EXPOSE_PAGEMAP
|
||||
# define SNMALLOC_EXPOSE_PAGEMAP
|
||||
#endif
|
||||
#ifndef SNMALLOC_EXPOSE_PAGEMAP
|
||||
# define SNMALLOC_EXPOSE_PAGEMAP
|
||||
#endif
|
||||
// Redefine the namespace, so we can have two versions.
|
||||
#define snmalloc snmalloc_host
|
||||
#include "../../../override/malloc.cc"
|
||||
|
||||
Reference in New Issue
Block a user