Skip to content

Commit 63b9140

Browse files
committed
Update Doug Lea allocator (dlmalloc)
1 parent 13faa50 commit 63b9140

File tree

5 files changed

+2060
-1268
lines changed

5 files changed

+2060
-1268
lines changed

src/xrCore/doug_lea_allocator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define MSPACES 1
1212
#define USE_OUT_OF_MEMORY_HANDLER
1313
#define USE_LOCKS 0
14-
#include "ptmalloc3/malloc-2.8.3.h"
14+
#include "ptmalloc3/malloc.h"
1515

1616
static void __stdcall out_of_memory(mspace const space, void const* const parameter, int const first_time)
1717
{

0 commit comments

Comments
 (0)