mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
14 lines
249 B
Markdown
14 lines
249 B
Markdown
---
|
|
title: General
|
|
icon: dot
|
|
order: 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.
|
|
!!!
|