SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj
Data
Tom Almeida
14e275d814Made sure all tests and benches actually use ralloc as their global allocator
7 ani în urmă
ticki
2b7af3702dFix edge-case where `reserve` pushes an adjacent block.
8 ani în urmă
ticki
6e3426f3caImprove testing suite, improve security, improve logging, global OOM handler, prepare for performance pass
8 ani în urmă
ticki
146a5db98fAdd thread local allocators, BRK locks, platform independency, lock reuse, local allocators, more tests, abort-as-panic, additional benches, provide an Allocator struct, memleak detection, fix bugs related to the is_empty function, micro caches (implemented, but not wired up), a prelude, allocator specific OOM handler, fix bound checks, Leak trait, fix bug in Mutex.