Registry / other / snmalloc

snmalloc

JSON →
library0.7.4vcpkgunverified

A high-performance, message passing based allocator.

vcpkg install snmalloc
INSTALL
IMPORT
SIG · SNMALLOC
S
snmalloc
othercppv0.7.4
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.

snmalloc/snmalloc.h
#include <snmalloc/snmalloc.h>

Allocates and deallocates memory

#include <snmalloc/snmalloc.h> #include <iostream> int main() { void* p = snmalloc::alloc(64); if (p) { std::cout << "Allocated 64 bytes\n"; snmalloc::dealloc(p); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

snmalloc — pip install snmalloc · libregistry