index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
memory.hh
Age
Commit message (
Expand
)
Author
2024-08-15
Remove some more unnecessary includes
Maxime Coste
2023-10-25
Remove redundant comparison operators
Maxime Coste
2022-10-19
Remove unused History MemoryDomain
Maxime Coste
2021-07-26
always inline custom operator new/delete to avoid spurious warnings
Maxime Coste
2021-07-20
Add missing new/delete overload in UseMemoryDomain
Maxime Coste
2019-03-21
Track more memory statistics
Maxime Coste
2018-10-14
maintain a list of valid ranges for region highlighting
Maxime Coste
2017-11-01
Regex: Introduce a Regex memory domain to track usage separately
Maxime Coste
2017-08-12
Remove redundant types inside Kakoune::Allocator
Maxime Coste
2017-05-26
Modernize the way we compute memory domains from type
Maxime Coste
2016-11-28
Add more memory domains to certain data
Maxime Coste
2016-09-04
Use proper buffering when reading remote messages
Maxime Coste
2015-06-26
Always inline Allocator::construct/destroy
Maxime Coste
2015-01-28
Add history memory domain
Maxime Coste
2015-01-21
Add Display memory domain
Maxime Coste
2015-01-21
Try to fix travis compilation errors
Maxime Coste
2015-01-18
Add helper for overloading operator new/delete
Maxime Coste
2015-01-16
Add support for per type default memory domain
Maxime Coste
2015-01-15
Replace InternedStrings with SharedString, shared_ptr based
Maxime Coste
2015-01-14
Even more memory tracking
Maxime Coste
2015-01-14
Add missing cast to void* in placement new
Maxime Coste
2015-01-13
Add missing <new> include
Maxime Coste
2015-01-13
Fix compatibility with gcc 4.8
Maxime Coste
2015-01-12
Add missing cstddef include for ptrdiff_t
Maxime Coste
2015-01-12
refactor slighly memory domain handling
Maxime Coste
2015-01-12
Yet more tracking
Maxime Coste
2015-01-12
Some more memory tracking
Maxime Coste
2015-01-09
Track String memory allocations
Maxime Coste
2015-01-07
Add initial memory domain allocation tracking support
Maxime Coste