#3666: Add support for C++17 std::aligned_alloc
------------------------------+-----------------------------
  Reporter:  Sebastian Huber  |      Owner:  Sebastian Huber
      Type:  enhancement      |     Status:  assigned
  Priority:  normal           |  Milestone:  5.1
 Component:  lib              |    Version:  5
  Severity:  normal           |   Keywords:
Blocked By:                   |   Blocking:
------------------------------+-----------------------------
 In C++17 there is a std::aligned_alloc():

 https://en.cppreference.com/w/cpp/memory/c/aligned_alloc

 Unfortunately, it doesn't work with RTEMS currently:

 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85904

 Provide aligned_alloc() and memalign() (as a strong alias to
 aligned_alloo()) by RTEMS.

--
Ticket URL: <http://devel.rtems.org/ticket/3666>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
_______________________________________________
bugs mailing list
bugs@rtems.org
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to