diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-05-12 22:00:37 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-05-12 22:00:37 +0000 |
commit | f83ae31cafc8869a563070b44390646f890a6d26 (patch) | |
tree | 1e9cd81e5d19287c6986bc634f2569a74d48b69e /lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes | |
parent | 7a0fe694b84bc3aa9b49a9a57b6873b2d98dfa42 (diff) | |
download | bcm5719-llvm-f83ae31cafc8869a563070b44390646f890a6d26.tar.gz bcm5719-llvm-f83ae31cafc8869a563070b44390646f890a6d26.zip |
Adding new kmp_aligned_malloc() entry point
This change adds a new entry point,
kmp_aligned_malloc(size_t size, size_t alignment), an entry point corresponding
to kmp_malloc() but with the capability to return aligned memory as well.
Other allocator routines have been adjusted so that kmp_free() can be used for
freeing memory blocks allocated by any kmp_*alloc() routine, including the new
kmp_aligned_malloc() routine.
Differential Revision: http://reviews.llvm.org/D19814
llvm-svn: 269365
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/ir-interpreter-phi-nodes')
0 files changed, 0 insertions, 0 deletions