Registry / utility / awnumar-memcall

awnumar-memcall

JSON →
library0.5.0gogounverified

Package memcall provides secure memory allocation and deallocation functions.

go get github.com/awnumar/memcall
INSTALL
IMPORT
SIG · AWNUMAR-MEMCALL
A
awnumar-memcall
utilitygov0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

memcall
github.com/awnumar/memcall

Allocate 1024 bytes of secure memory and free it.

package main import ( "fmt" "github.com/awnumar/memcall" ) func main() { b, _ := memcall.Alloc(1024) defer memcall.Free(b) fmt.Println(len(b)) }
Debug
Known issues
gotchaUses platform-specific syscalls; may not work on all operating systems.
fix
Check platform support before using in production.
affects: >=0.1.0
Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
2
Amazon
1
Resources
awnumar-memcall — go get awnumar-memcall · libregistry