| .. |
|
Allocator.h
|
97f3fa8537
exports some IMPORTANT symbols
|
12 vuotta sitten |
|
HeapAllocator.cpp
|
5bf766ba72
Do not crash when a NULL pointer is passed to deallocate() since it is the default behavior of free()/delete
|
12 vuotta sitten |
|
HeapAllocator.h
|
c884f1b741
Rename src folder to engine
|
12 vuotta sitten |
|
LinearAllocator.cpp
|
a9ab62a9ef
Fix 64-bit builds n-th time
|
12 vuotta sitten |
|
LinearAllocator.h
|
680e070340
Release memory on dtor call
|
12 vuotta sitten |
|
Memory.cpp
|
15b5c07c1e
Add memory::init()/shutdown() to better control initialization of default allocators
|
12 vuotta sitten |
|
Memory.h
|
a31d550526
rename init_memory in memory::init
|
12 vuotta sitten |
|
PoolAllocator.cpp
|
15d0e58b4e
Do not assert if allocate()/deallocate() not balanced
|
12 vuotta sitten |
|
PoolAllocator.h
|
629c9dcc48
Add PoolAllocator
|
12 vuotta sitten |
|
ProxyAllocator.cpp
|
9c24bdf22d
Protect access to global g_proxy_allocators_head
|
12 vuotta sitten |
|
ProxyAllocator.h
|
9c24bdf22d
Protect access to global g_proxy_allocators_head
|
12 vuotta sitten |
|
StackAllocator.cpp
|
a9ab62a9ef
Fix 64-bit builds n-th time
|
12 vuotta sitten |
|
StackAllocator.h
|
c884f1b741
Rename src folder to engine
|
12 vuotta sitten |
|
TempAllocator.h
|
71863630ac
Fix TempAllocator leaking memory. Code adapted from Bitsquid's TempAllocator
|
12 vuotta sitten |