mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-05 18:58:30 +00:00
Add malloc logging tool
STATIC_YOINK("enable_memory_log");
This commit is contained in:
parent
7e9fb0a9f1
commit
cb67223051
25 changed files with 502 additions and 78 deletions
|
@ -25,11 +25,11 @@ CheckStackIsAligned:
|
|||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
|
||||
/ allocate sixteen bytes
|
||||
// allocate sixteen bytes
|
||||
push %rax
|
||||
push %rax
|
||||
|
||||
/ put a value in it
|
||||
// put a value in it
|
||||
xorps %xmm0,%xmm0
|
||||
movaps %xmm0,-16(%rbp)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue