-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hello everyone!,
I am having trouble getting mimalloc-bench to install. When i run the script to install i get a lot of errors like as follows and I'm not sure how to deal with these:
mimalloc-bench/extern/lp/Source/bmalloc/libpas/src/libpas/thingy_heap.c:78:49: error: too few arguments to function call, expected 3, have 2
return (void*)try_allocate_primitive(size, 1).begin;
~~~~~~~~~~~~~~~~~~~~~~ ^
mimalloc-bench/extern/lp/Source/bmalloc/libpas/src/libpas/thingy_heap.c:67:5: note: 'try_allocate_primitive' declared here
try_allocate_primitive,
^
mimalloc-bench/extern/lp/Source/bmalloc/libpas/src/libpas/thingy_heap.c:83:76: error: too few arguments to function call, expected 3, have 2
return (void*)pas_allocation_result_zero(try_allocate_primitive(size, 1), size).begin;
Metadata
Metadata
Assignees
Labels
No labels