mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
Merge branch 'dev-exp' into dev-exp-tls
This commit is contained in:
commit
bb64634e4e
4 changed files with 124 additions and 110 deletions
|
@ -24,7 +24,7 @@ int main() {
|
|||
void* p1 = malloc(78);
|
||||
void* p2 = malloc(24);
|
||||
free(p1);
|
||||
p1 = malloc(8);
|
||||
p1 = mi_malloc(8);
|
||||
//char* s = strdup("hello\n");
|
||||
free(p2);
|
||||
p2 = malloc(16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue