Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nrf_wifi: Create dedicated memory pools for Wi-Fi #213

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rado17
Copy link
Contributor

@rado17 rado17 commented Sep 17, 2024

Create dedicated memory pools for Wi-Fi data and
management paths. Introduce corresponding memory
allocation/deallocation calls.

Create dedicated memory pools for Wi-Fi data and
management paths. Introduce corresponding memory
allocation/deallocation calls.

Signed-off-by: Ravi Dondaputi <[email protected]>
@@ -66,6 +66,20 @@ void *nrf_wifi_osal_mem_alloc(size_t size);
*/
void *nrf_wifi_osal_mem_zalloc(size_t size);


/**
* @brief Allocated zero-initialized memory for data.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we add ctrl in the doxygen headers for the default APIs?

Copy link
Collaborator

@sachinthegreen sachinthegreen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rado17 : As per the last discussion aren't we going to change the generic memory API's to take the pool_type as a parameter (rather than create separate APIs for each pool type) ?

@sachinthegreen sachinthegreen marked this pull request as draft October 24, 2024 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants