mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
@@ -38,4 +38,6 @@ void *aligned_alloc( size_t alignment, size_t size )
|
||||
return rtems_heap_allocate_aligned_with_boundary( size, alignment, 0 );
|
||||
}
|
||||
|
||||
void *memalign( size_t, size_t ) RTEMS_ALIAS( aligned_alloc );
|
||||
void *memalign( size_t, size_t ) RTEMS_ALIAS( aligned_alloc ) __malloc_like
|
||||
__alloc_align(1) __alloc_size(2) __result_use_check
|
||||
__attribute__((__nothrow__));
|
||||
|
||||
Reference in New Issue
Block a user