mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 15:29:31 +03:00
fix merge error, issue #955
This commit is contained in:
parent
5cd09cec76
commit
826425d5ab
1 changed files with 0 additions and 3 deletions
|
@ -20,12 +20,9 @@ static void test_reserved(void);
|
||||||
static void negative_stat(void);
|
static void negative_stat(void);
|
||||||
static void alloc_huge(void);
|
static void alloc_huge(void);
|
||||||
static void test_heap_walk(void);
|
static void test_heap_walk(void);
|
||||||
<<<<<<< HEAD
|
|
||||||
static void test_heap_arena(void);
|
static void test_heap_arena(void);
|
||||||
static void test_align(void);
|
static void test_align(void);
|
||||||
=======
|
|
||||||
static void test_canary_leak(void);
|
static void test_canary_leak(void);
|
||||||
>>>>>>> dev
|
|
||||||
// static void test_large_pages(void);
|
// static void test_large_pages(void);
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue