Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-17Move all client headers and sources to public/ directory.Bartosz Taudul
2022-04-26Add missing includes.Bartosz Taudul
2020-02-23Optimize slab allocation.Bartosz Taudul
2020-02-23Deduplicate code.Bartosz Taudul
2019-11-10Don't care about memory usage tracking data races.Bartosz Taudul
2019-11-10Use proper memory ordering.Bartosz Taudul
2019-10-29Force inline Slab::AllocInit().Bartosz Taudul
2019-09-29Add table initializing alloc to slab allocator.Bartosz Taudul
2019-02-15Properly track memory usage in slab allocator.Bartosz Taudul
2019-02-15Allocate new block, if we're at the end of current one.Bartosz Taudul
2019-02-15Support big allocations in slab allocator.Bartosz Taudul
2018-04-30Force inline common slab allocation paths.Bartosz Taudul
2017-11-19Optimize slab initializing allocation.Bartosz Taudul
2017-11-19Slab offset can be 32 bit.Bartosz Taudul
2017-10-21Use slab allocator for server allocations.Bartosz Taudul
2017-10-21Separate slab init/noinit allocation functions.Bartosz Taudul
2017-10-10Remove +x flag from files.Bartosz Taudul
2017-09-22Proper initialization order.Bartosz Taudul
2017-09-17Track server memory usage.Bartosz Taudul
2017-09-15Initialize allocated memory.Bartosz Taudul
2017-09-15Add shortcut for allocation of a type.Bartosz Taudul
2017-09-15Add slab allocator.Bartosz Taudul