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

The memory pool tag should be defined within the single extensions. #61

Open
gtrevi opened this issue Jun 6, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working triaged The issue is triaged by the maintainers.
Milestone

Comments

@gtrevi
Copy link
Contributor

gtrevi commented Jun 6, 2024

Currently, the memory pool tag is defined in libs\ebpf_ext\ebpf_ext.h, whereas it should be instead defined within each extension's code, for clear memory diagnosability.

The library could eventually declare an external variable, that must be independently defined by each extension, so that the library will inherit that value to be used within its own memory allocations.

@gtrevi gtrevi added the bug Something isn't working label Jun 6, 2024
@Alan-Jowett Alan-Jowett added this to the 2410 milestone Sep 16, 2024
@Alan-Jowett Alan-Jowett added the triaged The issue is triaged by the maintainers. label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triaged The issue is triaged by the maintainers.
Projects
None yet
Development

No branches or pull requests

3 participants