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.
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.