-some cleanup

This commit is contained in:
Mergul 2019-10-10 22:14:18 +02:00
parent 41f1c6474b
commit 9c5ceacacb
7 changed files with 17 additions and 42 deletions

View file

@ -2,11 +2,8 @@ module ecs.block_allocator;
import ecs.manager;
import ecs.std;
/*
import std.experimental.allocator;
import std.experimental.allocator.mallocator : AlignedMallocator, Mallocator;*/
struct BlockAllocator//(uint block_size, uint blocks_in_allocation)
struct BlockAllocator
{
private uint block_size;
private uint blocks_in_allocation;