Skip to content

Commit

Permalink
Update Doug Lea allocator (dlmalloc)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Dec 21, 2017
1 parent 13faa50 commit 63b9140
Show file tree
Hide file tree
Showing 5 changed files with 2,060 additions and 1,268 deletions.
2 changes: 1 addition & 1 deletion src/xrCore/doug_lea_allocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define MSPACES 1
#define USE_OUT_OF_MEMORY_HANDLER
#define USE_LOCKS 0
#include "ptmalloc3/malloc-2.8.3.h"
#include "ptmalloc3/malloc.h"

static void __stdcall out_of_memory(mspace const space, void const* const parameter, int const first_time)
{
Expand Down
Loading

0 comments on commit 63b9140

Please sign in to comment.