proc malloc_trim(size: csize_t): cint {.importc, varargs, header: "malloc.h", discardable, ...raises: [], tags: [].}
template freem(obj: untyped)