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
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