Skip to content

Commit 156b48b

Browse files
committed
Allocators cleanup
Move xalloc.h to xrCore/Memory folder Remove unused doug_lea_memory_allocator.* from xrRender and xrServerEntities Remove unused ptmalloc3 allocator Move dlmalloc to xrCore/Memory folder xrCore project file: - Move Memory manager and Memory monitor folders to Memory folder
1 parent 429e640 commit 156b48b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+78
-15684
lines changed

Externals/OPCODE/pch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#include "Common/Common.hpp"
66
#include "xrCore/xrCore.h"
7-
#include "xrCore/doug_lea_allocator.h"
7+
#include "xrCore/Memory/doug_lea_allocator.h"
88
#include "xrCore/memory_allocator_options.h"
99

1010
#ifdef USE_ARENA_ALLOCATOR
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#pragma once
2-
#include "xrCore/doug_lea_allocator.h"
2+
#include "xrCore/Memory/doug_lea_allocator.h"
33

44
extern doug_lea_allocator g_render_allocator;

src/Layers/xrRender/doug_lea_memory_allocator.c

Lines changed: 0 additions & 5064 deletions
This file was deleted.

0 commit comments

Comments
 (0)