[][src]Module ohm::allocator::passthrough

A dumb allocator making a separate allocation for each resource.

Structs

PassthroughAllocation
PassthroughAllocator

Dumb allocator making a separate allocation for each resource. Don't use it.