1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-06-29 09:29:31 +00:00
kickc/src/test/ref/pointer-void-3.sym

19 lines
597 B
Plaintext

const nomodify byte* SCREEN = (byte*) 1024
byte* heap_head
byte* heap_head#11 heap_head zp[2]:2 13.0
byte* heap_head#12 heap_head zp[2]:2 2.1666666666666665
void main()
byte* main::buf1
void* main::buf1#0 buf1 zp[2]:4 0.3333333333333333
byte* main::buf2
void* main::buf2#0 buf2 zp[2]:6 0.5
void* malloc()
void* malloc::return
void* malloc::return#0 return zp[2]:4 4.0
void* malloc::return#1 return_1 zp[2]:6 4.0
void* malloc::return#2 return_1 zp[2]:6 3.75
zp[2]:2 [ heap_head#11 heap_head#12 ]
zp[2]:4 [ malloc::return#0 main::buf1#0 ]
zp[2]:6 [ malloc::return#1 main::buf2#0 malloc::return#2 ]