| Crates.io | libdd-alloc |
| lib.rs | libdd-alloc |
| version | 1.0.0 |
| created_at | 2025-11-17 14:03:48.646379+00 |
| updated_at | 2025-11-17 14:03:48.646379+00 |
| description | Custom memory allocators for specialized allocation patterns in profiling and signal-safe contexts |
| homepage | https://github.com/DataDog/libdatadog/tree/main/libdd-alloc |
| repository | https://github.com/DataDog/libdatadog/tree/main/libdd-alloc |
| max_upload_size | |
| id | 1936820 |
| size | 58,886 |
Custom memory allocators for specialized allocation patterns.
libdd-alloc provides specialized memory allocators designed for use in constrained environments such as signal handlers, crash handlers, and performance-critical code paths where standard allocation may not be suitable.
no_std Compatible: Works in environments without standard library support