Skip to content

Instantly share code, notes, and snippets.

View ofdouglas's full-sized avatar

Oliver Douglas ofdouglas

  • Bay Area, California
View GitHub Profile
@ofdouglas
ofdouglas / main.c
Created August 6, 2017 19:04
Dynamic allocation from a statically allocated pool
#include <stdio.h>
#include <stddef.h>
#include "public.h"
#include "assert.h"
#define NUM_FOOS 4
int main (void)
{