Amaury Chamayou
acbcbce597
replace assert with SNMALLOC_ASSERT
2020-03-04 16:57:44 +00:00
Matthew Parkinson
4fea7b8bb1
Make Pals only return amount of memory requested
...
The PAL API previously allowed for returning more memory than asked for.
This was when the PAL performed the alignment work, now this is done in
large alloc, so removing from the PAL.
2020-02-04 10:19:22 +00:00
David Chisnall
31941eac06
Add explicit qualification.
...
Calling a superclass method requires explicit qualification when the
superclass is a templated class.
2019-11-18 13:16:51 +00:00
David Chisnall
b1e4146239
Remove leftover (incorrect) conditional compilation.
2019-08-01 15:31:21 +01:00
David Chisnall
fd88b8464b
[NFC] Separate out support for aligned allocation from the FreeBSD PAL.
...
NetBSD also supports `MAP_ALIGNED()` in `mmap` (according to the man
page, at least).
2019-08-01 11:39:26 +01:00