UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

64 lines (30 loc) 947 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [rc-js-util](./rc-js-util.md) &gt; [IMemoryUtilBindings](./rc-js-util.imemoryutilbindings.md) ## IMemoryUtilBindings interface **Signature:** ```typescript export interface IMemoryUtilBindings ``` ## Methods <table><thead><tr><th> Method </th><th> Description </th></tr></thead> <tbody><tr><td> [\_jsUtilCalloc(size, elementSize)](./rc-js-util.imemoryutilbindings._jsutilcalloc.md) </td><td> </td></tr> <tr><td> [\_jsUtilDeleteObject(objPtr)](./rc-js-util.imemoryutilbindings._jsutildeleteobject.md) </td><td> </td></tr> <tr><td> [\_jsUtilFree(pointer)](./rc-js-util.imemoryutilbindings._jsutilfree.md) </td><td> </td></tr> <tr><td> [\_jsUtilMalloc(size)](./rc-js-util.imemoryutilbindings._jsutilmalloc.md) </td><td> </td></tr> </tbody></table>