Skip to content

Commit

Permalink
Fix a typo in the page fence flag declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
acmorrow committed Dec 17, 2016
1 parent 855b380 commit b0abefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debugallocation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ DEFINE_bool(malloc_page_fence,
"with a guard page following the allocation (to catch buffer "
"overruns right when they happen).");
DEFINE_bool(malloc_page_fence_never_reclaim,
EnvToBool("TCMALLOC_PAGE_FRANCE_NEVER_RECLAIM", false),
EnvToBool("TCMALLOC_PAGE_FENCE_NEVER_RECLAIM", false),
"Enables making the virtual address space inaccessible "
"upon a deallocation instead of returning it and reusing later.");
#else
Expand Down

0 comments on commit b0abefd

Please sign in to comment.