mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 13:31:41 +08:00
rtems: Revert documentation changes
This commit is contained in:
@@ -97,13 +97,13 @@ bool rtems_workspace_free(
|
||||
);
|
||||
|
||||
/**
|
||||
* @brief Greedy Allocate that Empties the Workspace
|
||||
* @brief Greedy allocate that empties the workspace.
|
||||
*
|
||||
* Afterward the heap has at most @a block_count allocateable blocks of sizes
|
||||
* specified by @a block_sizes. The @a block_sizes must point to an array with
|
||||
* @a block_count members. All other blocks are used.
|
||||
* Afterward the heap has at most @a block_count allocateable blocks of sizes
|
||||
* specified by @a block_sizes. The @a block_sizes must point to an array with
|
||||
* @a block_count members. All other blocks are used.
|
||||
*
|
||||
* @see rtems_workspace_greedy_free().
|
||||
* @see rtems_workspace_greedy_free().
|
||||
*/
|
||||
void *rtems_workspace_greedy_allocate(
|
||||
const uintptr_t *block_sizes,
|
||||
|
||||
Reference in New Issue
Block a user