diff options
| author | Patrick Steinhardt <ps@pks.im> | 2018-03-14 10:27:13 +0000 |
|---|---|---|
| committer | Patrick Steinhardt <ps@pks.im> | 2018-06-07 12:57:39 +0200 |
| commit | aab8f87bbab3def110c7cb43961f5b1fb5c5b642 (patch) | |
| tree | 5105161ddfd443e99d12375f004a5ef5a0a3e14c /src/stdalloc.h | |
| parent | 422cd59b7544b8da3b60666a2a1e9a162fd4eaa7 (diff) | |
| download | libgit2-aab8f87bbab3def110c7cb43961f5b1fb5c5b642.tar.gz | |
win32: crtdbg: internalize implementation of allocators
The crtdbg allocators are currently being implemented as inline
functions as part of the "w32_crtdbg_stacktrace.h" header. As we are
moving towards pluggable allocators with the help of function pointers,
though, we cannot make use of inlining anymore. Instead, we can only
have a single implementation of these allocating functions.
Move all implementations of the crtdbg allocators into
"w32_crtdbg_stacktrace.c".
Diffstat (limited to 'src/stdalloc.h')
0 files changed, 0 insertions, 0 deletions
