Module file_backed

Source
Expand description

This module provides an example file backed allocator, which can be used with the scoped allocator methods provided by this crate. It is a simple wrapper for the linked_list_allocator crate.

Structsยง

FileBacked