mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 15:57:36 +02:00
Added TODO
This commit is contained in:
parent
7b16c4ae49
commit
0941d43f4f
1 changed files with 2 additions and 0 deletions
|
@ -6261,6 +6261,8 @@ object copy2heap(void *data, object obj)
|
||||||
&on_stack);
|
&on_stack);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: version of above that will perform a deep copy (via GC) if necessary
|
||||||
|
|
||||||
// Generic buffer functions
|
// Generic buffer functions
|
||||||
void **vpbuffer_realloc(void **buf, int *len)
|
void **vpbuffer_realloc(void **buf, int *len)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue