Skip to main content

Module string_c

Module string_c 

Source

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