Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IoLanguage/io
/ UArray_free
Function
UArray_free
libs/basekit/source/UArray.c:419–423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
417
}
418
419
void UArray_free(UArray *self) {
420
if (self->data)
421
io_free(self->data);
422
io_free(self);
423
}
424
425
// size
426
Callers
15
Duration_print
Function · 0.85
UArray_splitCount_
Function · 0.85
UArray_escape
Function · 0.85
UArray_arithmeticMeanSquareAsDouble
Function · 0.85
UArray_normalize
Function · 0.85
BStream_free
Function · 0.85
BStream_setUArray_
Function · 0.85
UArray_readFromCStream_
Function · 0.85
UArray_readNumberOfItems_fromCStream_
Function · 0.85
UArray_readFromFilePath_
Function · 0.85
UArray_convertToItemType_
Function · 0.85
UArray_insert_every_
Function · 0.85
Calls
1
io_free
Function · 0.85
Tested by
no test coverage detected