Skip to content

Conversation

ljd42
Copy link
Contributor

@ljd42 ljd42 commented Oct 2, 2025

As discussed on Discord, certain k_mem_slab* APIs are ISR-OK, but not marked as such. After APIs review, the following functions should be ISR-OK:

  • k_mem_slab_free
  • k_mem_slab_num_used_get
  • k_mem_slab_max_used_get
  • k_mem_slab_num_free_get
  • k_mem_slab_runtime_stats_get
  • k_mem_slab_runtime_stats_reset_max

Added the Doxygen marker where needed.

As discussed on Discord, certain k_mem_slab* APIs are ISR-OK, but not
marked as such. After APIs review, the following functions should be
ISR-OK:
- k_mem_slab_free
- k_mem_slab_num_used_get
- k_mem_slab_max_used_get
- k_mem_slab_num_free_get
- k_mem_slab_runtime_stats_get
- k_mem_slab_runtime_stats_reset_max

Added the Doxygen marker where needed.

Signed-off-by: Loic Domaigne <[email protected]>
Copy link

sonarqubecloud bot commented Oct 2, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants