Files
snmalloc/src/test
Nathaniel Filardo 8390a70a48 Fix static-sized alloc paths, add compilation test
The CapPtr refactoring was largely compiler guided; unfortunately, it turns out
that the static-sized alloc function is not well exercised.  As such, some type
errors and unnecessary unsafety lurked behind missing template instantiation.

Correct those and add calls to the test harness to make sure we always generate
at least one instance of each small/medium/large case.  While here, it doesn't
hurt to make sure that we call all three possible dealloc() flavors as well.
This will, if nothing else, force instantiation of the static-sized dealloc
template as well.
2021-04-20 12:17:46 +01:00
..
2019-01-15 14:17:55 +00:00
2020-02-03 21:01:06 +00:00
2020-03-08 22:13:49 +08:00
2019-01-15 14:17:55 +00:00