Skip to content

Commit

Permalink
mm: Optimized SLUB memory allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher83 authored and chil360 committed Feb 28, 2014
1 parent 875b9ef commit 70a4f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/slub.c
Expand Up @@ -2629,7 +2629,7 @@ EXPORT_SYMBOL(kmem_cache_free);
* take the list_lock.
*/
static int slub_min_order;
static int slub_max_order = PAGE_ALLOC_COSTLY_ORDER;
static int slub_max_order;
static int slub_min_objects;

/*
Expand Down

0 comments on commit 70a4f4a

Please sign in to comment.