[PATCH] D14119: [libcxxabi] Correctly align fallback heap

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 27 09:24:16 PDT 2015


EricWF added a comment.

@t.p.northover @olista01 A char array can legally alias any other type memory AFAIK. Its perfectly legal to use a char array to provide raw memory. There shouldn't be any undefined behavior here.


Repository:
  rL LLVM

http://reviews.llvm.org/D14119





More information about the cfe-commits mailing list