Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[folly] inline malloc feature tests when they are statically true
Summary: canSdallocx() and canNallocx() always return true if either USE_JEMALLOC or USE_TCMALLOC is defined (and !FOLLY_SANITIZE). When this occurs the methods should not be marked FOLLY_NOINLINE. Test Plan: compile with USE_JEMALLOC
- Loading branch information