mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
parameter of clz/ctz is size_t
This commit is contained in:
parent
c62d276835
commit
ece1defe5b
6 changed files with 49 additions and 49 deletions
|
@ -33,7 +33,7 @@ int main() {
|
|||
mi_version();
|
||||
mi_stats_reset();
|
||||
|
||||
mi_bins();
|
||||
// mi_bins();
|
||||
|
||||
// test_manage_os_memory();
|
||||
// test_large_pages();
|
||||
|
@ -315,7 +315,7 @@ static void test_large_pages(void) {
|
|||
// bin size experiments
|
||||
// ------------------------------
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue