mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
17 lines
318 B
Text
17 lines
318 B
Text
1 1 malloc(42)=#1
|
|
1 1 malloc(24)=#2
|
|
2 2 malloc(42)=#1
|
|
1 1 free(#1)
|
|
1 1 posix_memalign(4096,1024)=#1
|
|
1 1 calloc(4,42)=#3
|
|
1 1 free(#2)
|
|
1 1 realloc(#3,84)=#2
|
|
1 1 aligned_alloc(512,1024)=#3
|
|
1 1 memalign(512,1024)=#4
|
|
1 1 valloc(1024)=#5
|
|
1 1 jemalloc_stats()
|
|
1 1 free(#5)
|
|
1 1 free(#4)
|
|
1 1 free(#3)
|
|
1 1 free(#2)
|
|
1 1 free(#1)
|