You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API usage is currently only documented using examples and unit-tests
Alternative uses of the API require specific calling patterns (e.g. NS(Blocks_new)() required NS(Blocks_delete)() to release the resources as NS(Blocks_free) only releases the internal buffers but not the pointer to memory occupied by the NS(Block) itself)
etc
The text was updated successfully, but these errors were encountered:
API usage is currently only documented using examples and unit-tests
Alternative uses of the API require specific calling patterns (e.g. NS(Blocks_new)() required NS(Blocks_delete)() to release the resources as NS(Blocks_free) only releases the internal buffers but not the pointer to memory occupied by the NS(Block) itself)
etc
The text was updated successfully, but these errors were encountered: