[RTEMS Project] #3666: Add support for C++17 std::aligned_alloc

RTEMS trac trac at rtems.org
Wed Dec 19 07:56:55 UTC 2018


#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


More information about the bugs mailing list