summaryrefslogtreecommitdiff
path: root/src/alloc.c
Commit message (Expand)AuthorAgeFilesLines
* alloc: set up an allocator that fails before library initEdward Thomson2020-12-091-4/+16
* cmake: rename MSVC_CRTDBG to WIN32_LEAKCHECKEdward Thomson2020-11-211-1/+1
* alloc: rename the win32 leakcheck allocatorEdward Thomson2020-11-211-2/+2
* win32: consolidate leak checking initializationEdward Thomson2020-11-211-20/+0
* win32: "crtdbg" is now "leakcheck"Edward Thomson2020-11-211-6/+5
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-1/+3
* win32: teach the allocator to deal with crtdbgEdward Thomson2020-10-111-0/+20
* allocators: extract crtdbg allocator into its own filePatrick Steinhardt2019-02-211-14/+2
* allocators: move standard allocator into subdirectoryPatrick Steinhardt2019-02-211-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-1/+1
* util: allow callers to reset custom allocatorsEdward Thomson2018-10-211-5/+13
* alloc: don't overwrite allocator during init if setcmn/allocator-init-orderCarlos Martín Nieto2018-07-151-0/+7
* settings: allow swapping out memory allocatorPatrick Steinhardt2018-06-071-0/+9
* alloc: make memory allocators use function pointersPatrick Steinhardt2018-06-071-0/+31