Functions§
- diffsol_
alloc ⚠ - Allocate aligned memory for arbitrary data
- diffsol_
alloc_ ⚠string - Allocate memory for a string of given size (including null terminator) Returns a pointer to writable memory that TypeScript can write to
- diffsol_
free ⚠ - Free aligned memory allocated by diffsol_alloc
- diffsol_
free_ ⚠string - Free memory allocated by diffsol_alloc_string