()
| 84 | // builds with assertions. |
| 85 | #if !hasExportedSymbol('malloc') |
| 86 | function _malloc() { |
| 87 | abort('malloc() called but not included in the build - add `_malloc` to EXPORTED_FUNCTIONS'); |
| 88 | } |
| 89 | #endif // malloc |
| 90 | #if !hasExportedSymbol('free') |
| 91 | function _free() { |
no test coverage detected