jibby/utils/nimMemory

Warning: You should not import this file manually, as this will patch a Nim system file.

Procs

proc nimCmpMem(a, b: pointer; size: Natural): cint {.inline, ...raises: [],
    tags: [], forbids: [].}
proc nimCopyMem(dest, source: pointer; size: Natural) {.compilerproc,
    ...raises: [], tags: [], forbids: [].}
proc nimCStrLen(s: cstring): int {.compilerproc, inline, ...raises: [], tags: [],
                                   forbids: [].}
proc nimZeroMem(p: pointer; size: Natural) {.compilerproc, inline, ...raises: [],
    tags: [], forbids: [].}