Skip to content

Commit

Permalink
Allocator integration in RawVec.
Browse files Browse the repository at this point in the history
Includes methods exposing underlying allocator and the dellocation
routine.

Includes test illustrating a tiny `Alloc` that just bounds the total
bytes allocated.

Alpha-renamed `Allocator` to `Alloc` (and `HeapAllocator` to `HeapAlloc`).
  • Loading branch information
pnkfelix committed Jun 15, 2017
1 parent 65d02b2 commit 23ab504
Showing 1 changed file with 220 additions and 117 deletions.

0 comments on commit 23ab504

Please sign in to comment.