Skip to content

Instantly share code, notes, and snippets.

@rygorous
Created October 30, 2012 19:36
Show Gist options
  • Select an option

  • Save rygorous/3982477 to your computer and use it in GitHub Desktop.

Select an option

Save rygorous/3982477 to your computer and use it in GitHub Desktop.
Resource manager state machine
// +------+ +--------+
// | Live |<------->| Locked |
// +------+ +--------+
// / \ ^
// / \ \
// v v \
// +------+ +------+ +------+ |
// | Dead |--->| Free |<---| User | |
// +------+ +------+ +------+ |
// ^ ^ ^ ^ |
// \ / \ | |
// \ / v | |
// +--------+ +-------+ /
// | Pinned |<--------| Alloc |/
// +--------+ +-------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment