/custom-memory-allocator

Implement a memory allocator for efficient std::map usage. Parametrize allocator with batch size, reducing allocation overhead. Optionally support dynamic expansion and per-element deallocation.

Custom Memory Allocator

This repository contains a custom memory allocator implementation with features such as memory reservation, optional expansion, and per-element deallocation. It is designed to optimize memory allocation operations.