Skip to content

Instantly share code, notes, and snippets.

@zacharycarter
Created March 1, 2017 01:38
Show Gist options
  • Save zacharycarter/74ee314e588404a0215b677ce442cc4f to your computer and use it in GitHub Desktop.
Save zacharycarter/74ee314e588404a0215b677ce442cc4f to your computer and use it in GitHub Desktop.
type
buffer* = object
marker*: array[BUFFER_MAX, buffer_marker]
pool*: allocator
typ*: allocation_type
memory*: memory
grow_factor*: float32
allocated*: uint
needed*: uint
calls*: uint
size*: uint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment