This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2024-12-01 09:49:24 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
3eeb4f4cd3
Idris2
/
support
/
c
/
idris_memory.h
5 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
Expose malloc and free from System.FFI * Move `malloc`/`free` from `Network.FFI` to `System.FFI` * Might be useful by other code
2021-07-06 20:11:47 +03:00
#
pragma once
[ lint ] once and for all
2022-09-21 13:13:15 +03:00
void
*
idris2_malloc
(
int
size
)
;
void
idris2_free
(
void
*
ptr
)
;
Reference in New Issue
Copy Permalink