Fix a GuardPageAllocator range check
Summary: The range check to identify its "own" memory could inadvertently pick up an allocation from outside the range, resulting in an alignment assertion later on, and causing us to permanently leak the memory (when assertions are disabled). Reviewed By: alikhtarov, andriigrynenko Differential Revision: D7146394 fbshipit-source-id: d9d8b63eea1ffa045e1bd07c0258d1f2b089e9bf
Showing
Please register or sign in to comment