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

Object static pool allocated by the user #7

Open
alexmarincu opened this issue Sep 1, 2023 · 0 comments
Open

Object static pool allocated by the user #7

alexmarincu opened this issue Sep 1, 2023 · 0 comments
Assignees

Comments

@alexmarincu
Copy link
Owner

alexmarincu commented Sep 1, 2023

Currently, the static pool is allocated in the .c file of a class. The user should be able to control the pool size for objects inside Cbject framework even if he uses the framework built as a library. In order to do this the user should allocate the pool and pass it to the class during initialization.

Depends on: #6

@alexmarincu alexmarincu converted this from a draft issue Sep 1, 2023
@alexmarincu alexmarincu self-assigned this Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant