Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jemalloc: Avoid adding bounds unnecessarily
The memory returned by je_allocm() and je_rallocm() is allocated using je_mallocx() and je_(x|r)allocx(), respectively, and those functions apply bounds to their return values by virtue of being implemented using imalloc(). This makes it easier to make jemalloc bound pointers to the usable size instead of the allocation size.
- Loading branch information