hash name

Results 1 issues of hash name

Hello, I enabled the mimalloc ASAN feature and noticed a minor issue: insufficient accuracy. For example, in code like this: ``` char* ptr = (char*)mi_malloc(20); ptr[20] = 1; // Deliberate...