parameter of clz/ctz is size_t

This commit is contained in:
daanx 2025-02-11 14:35:21 -08:00
parent c62d276835
commit ece1defe5b
6 changed files with 49 additions and 49 deletions

View file

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