mimalloc/include
Jim Huang 2a88f7505b Rewrite alignment routines with bitwise operations
mi_align_{up,down}_ptr are implemented with multiplication and division,
which can be converted to equivalent and deterministic bit operations.
The alignment routines are declared as static inline functions which aid
compiler optimizations.
2019-07-19 22:14:42 +08:00
..
mimalloc-atomic.h update atomic exchange memory model annotations for unix 2019-07-09 14:56:43 -07:00
mimalloc-internal.h Rewrite alignment routines with bitwise operations 2019-07-19 22:14:42 +08:00
mimalloc-types.h use standard compliant compilation of the thread_free atomic field 2019-07-14 16:20:27 -07:00
mimalloc.h more complete C++ support for compliance and performance 2019-07-14 19:56:33 -07:00