mimalloc-bench icon indicating copy to clipboard operation
mimalloc-bench copied to clipboard

Suite for benchmarking malloc implementations.

Results 41 mimalloc-bench issues
Sort by recently updated
recently updated
newest added

Using the workaround suggested in https://github.com/bazelbuild/bazel/issues/8622#issuecomment-1358123020 Thanks @ckennelly for the [suggestion]( https://github.com/google/tcmalloc/issues/155#issuecomment-1371743741 ).

See the [documentation](https://en.cppreference.com/w/c/memory/free_sized) for details, this is c++23-specific though. Suggested by @Maximus-

It looks like the benchmarks do no longer build with modern C compilers due to use of very old C dialect. Any chance of updating the benchmarks to modern syntax?

Could you please add -fno-ipa-pure-const to the compile options set by the add_security_test macro described in bench/security/CMakeLists.txt ? Without this option, tests such as write_zero_size may omit code generation and...

The website www.microquill.com appears to be unavailable, causing the following files could not downloaded. 1. http://www.microquill.com/smartheap/shbench/bench.zip 2. http://www.microquill.com/smartheap/SH8BENCH.zip So please upload the source files

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...

In realloc_reuse.c, realloc'ed pointer is not stored, and the result would be always [-]. The source code should be like this?: char *p = malloc_noinline(ALLOCATION_SIZE); char *q = p; p...

# System Ubuntu 22.04 # Error ... ninja: Entering directory `out/Default' ninja: error: '../../third_party/libc++/src/src/algorithm.cpp', needed by 'obj/buildtools/third_party/libc++/libc++/algorithm.o', missing and no known rule to make it # Steps to reproduce git...

It builds successfully the first time, but fails with the following during the second build. ``` WARNING: For repository 'com_google_googletest', the root module requires module version [email protected], but got [email protected]...

Just came across this, we should add it https://github.com/akhin/llmalloc