summaryrefslogtreecommitdiff
path: root/src/allocators
Commit message (Expand)AuthorAgeFilesLines
* Update src/allocators/stdalloc.cEdward Thomson2021-07-201-1/+1
* alloc: add GIT_DEBUG_STRICT_ALLOCEdward Thomson2021-07-191-10/+41
* alloc: set up an allocator that fails before library initEdward Thomson2020-12-092-0/+115
* cmake: rename MSVC_CRTDBG to WIN32_LEAKCHECKEdward Thomson2020-11-211-1/+1
* alloc: rename the win32 leakcheck allocatorEdward Thomson2020-11-213-121/+121
* win32: "crtdbg" is now "leakcheck"Edward Thomson2020-11-211-6/+5
* win32: teach the allocator to deal with crtdbgEdward Thomson2020-10-111-0/+1
* allocators: make crtdbg allocator reuse its own reallocPatrick Steinhardt2019-02-211-2/+4
* allocators: extract crtdbg allocator into its own filePatrick Steinhardt2019-02-212-0/+133
* allocators: move standard allocator into subdirectoryPatrick Steinhardt2019-02-212-0/+136