| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
Quite a bit faster than the old version, and with better properties
wrt alignment
|
|
|
|
|
|
|
|
|
| |
Basically, test that it works. Accepts a sequence of alloc+free
operations and verify that each pointer returned does not overlap with
any other outstanding allocation, that the memory returned is zeroed,
and that alignment is respected.
Intended for testing #1800 but no reason not to land this first.
|
|
|
|
| |
Closes GH #1557
|
|
Making a clear seperation between the OS specific code to
get the pool, the singleton mlock allocator, and the general
allocator logic.
|