Merge pull request #4 from Microsoft/fbsdlibc

Merge changes required for using snmalloc in FreeBSD libc
This commit is contained in:
Matthew Parkinson
2019-01-18 16:08:51 +00:00
committed by GitHub
3 changed files with 130 additions and 16 deletions

View File

@@ -4,6 +4,9 @@
# include "../ds/bits.h"
# include "../mem/allocconfig.h"
# include <pthread.h>
# include <stdio.h>
# include <strings.h>
# include <sys/mman.h>
namespace snmalloc