Design of Custom Memory Allocator Using Huge Page + Custom Memory Pool.
Note: Custom memory allocators can be more efficient than generic memory allocation frameworks/systems such as malloc, calloc, alloc, realloc only if they are closely tied to the specific requirements of the business.