llvm-6502/include
Chandler Carruth 47b284ce35 [Allocator] Pass the size to the deallocation function. This, on some
allocation libraries, may allow more efficient allocation and
deallocation. It at least makes the interface implementable by the JIT
memory manager.

However, this highlights problematic overloading between the void* and
the T* deallocation functions. I'm looking into a better way to do this,
but as it happens, it comes up rarely in the codebase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206265 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-15 08:59:52 +00:00
..
llvm [Allocator] Pass the size to the deallocation function. This, on some 2014-04-15 08:59:52 +00:00
llvm-c Teach llvm-lto to respect the given RelocModel. 2014-04-14 13:54:16 +00:00