Skip to content
Hibou57 edited this page Nov 29, 2014 · 6 revisions

The design of ATS helps the programmer to create code without memory leaks. Still, there are a few ways to create leaky code.

  1. Using unsafe features in ATS
  2. Using C code or other non-ATS code that is not memory-safe
  3. Propagating exceptions, as noticed in Exceptions and linear values

Here are some strategies for creating memory-safe code in ATS.

Fill me in!

See also

Types of malloc in ATS on ats.lang.users.

Clone this wiki locally