Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@holmeshe
Created September 20, 2018 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holmeshe/9cea6bf05b35e91b415333ae49d18c90 to your computer and use it in GitHub Desktop.
Save holmeshe/9cea6bf05b35e91b415333ae49d18c90 to your computer and use it in GitHub Desktop.
void slabs_init(const size_t limit, const double factor, const bool prealloc, const uint32_t *slab_sizes) {
...
mem_limit = limit; // scr: here
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment