| 1 | /** @file |
| 2 | Provides services to allocate and free memory buffers of various memory types and alignments. |
| 3 | |
| 4 | The Memory Allocation Library abstracts various common memory allocation operations. This library |
nothing calls this directly
no test coverage detected