You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: