Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Issues #204

Open
Chk5679 opened this issue Mar 12, 2024 · 3 comments
Open

Installation Issues #204

Chk5679 opened this issue Mar 12, 2024 · 3 comments

Comments

@Chk5679
Copy link

Chk5679 commented Mar 12, 2024

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;
@Mohamk1234
Copy link

I am having the same issue. Did you find a solution to this, or do you know why this is happening?

@Chk5679
Copy link
Author

Chk5679 commented May 2, 2024 via email

@jvoisin
Copy link
Collaborator

jvoisin commented May 2, 2024

The issues you're having is because some of the allocators we're being don't compile anymore against recent compilers. It has nothing to do with mimalloc-bench, nor is there anything we can do about it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants