8 Commits

Author SHA1 Message Date
Emil Fresk
14cef0fbc3 Added distinction between armv8 base and main 2019-08-11 18:45:41 +02:00
Emil Fresk
24ffc4a399 Added armv8 support 2019-08-11 18:18:00 +02:00
Jorge Aparicio
4810cd3681 add Pool.grow_exact API 2019-05-06 18:56:12 +02:00
Jorge Aparicio
087aa5feed pool!: accept attributes 2019-05-03 21:03:04 +02:00
Jorge Aparicio
110239f0c1 ARMv7-R: implement Sync for Pool 2019-05-03 18:43:46 +02:00
Jorge Aparicio
4932eb27df use core::mem::MaybeUninit; drop min-const-fn and smaller-atomics features 2019-05-03 14:00:28 +02:00
Jorge Aparicio
37a2068625 impl more traits for pool::Box and pool::singleton::Box 2019-04-28 18:54:43 +02:00
Jorge Aparicio
ef399ab44f add lock-free, interrupt-safe memory pool
this adds the stable subset of the `lifo::Pool` [1] API

[1]: https://github.com/japaric/lifo
2019-04-22 20:49:34 +02:00