mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
249 B
249 B
title | icon | order |
---|---|---|
General | dot | 7 |
void pkpy_delete(void* p)
Delete a pointer allocated by pkpy_xxx_xxx
.
It can be VM*
, REPL*
, char*
, etc.
!!!
If the pointer is not allocated by pkpy_xxx_xxx
, the behavior is undefined.
!!!