mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 15:47:48 +08:00
@@ -53,7 +53,8 @@ rtems_rtl_alloc_new (rtems_rtl_alloc_tag_t tag, size_t size, bool zero)
|
||||
void* address = NULL;
|
||||
|
||||
/*
|
||||
* Obtain memory from the allocator.
|
||||
* Obtain memory from the allocator. The address field is set by the
|
||||
* allocator.
|
||||
*/
|
||||
if (rtl)
|
||||
rtl->allocator.allocator (true, tag, &address, size);
|
||||
|
||||
Reference in New Issue
Block a user