Added TODO

This commit is contained in:
Justin Ethier 2019-05-28 13:31:08 -04:00
parent 7b16c4ae49
commit 0941d43f4f

View file

@ -6261,6 +6261,8 @@ object copy2heap(void *data, object obj)
&on_stack);
}
// TODO: version of above that will perform a deep copy (via GC) if necessary
// Generic buffer functions
void **vpbuffer_realloc(void **buf, int *len)
{