The bytes themselves will be GC'd, but not the pointers contained within.
| 458 | |
| 459 | // The bytes themselves will be GC'd, but not the pointers contained within. |
| 460 | inline void * alloc_private(int i) { return hx_alloc(i); } |
| 461 | |
| 462 | // You should use alloc_buffer_len/buffer_data instead |
| 463 | //value alloc_empty_string(int len) { } |
nothing calls this directly
no test coverage detected