Skip to content

Installation Issues #204

@Chk5679

Description

@Chk5679

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions