I want to check if an address belongs to a wmem scope. Basically I want to
do

func(allocator, address)
{
  ...
  wmem_realloc(allocator, address)
  ...
}

that fails if address doesn't belong to allocator scope. Any idea on how
can I check if address belongs to it?
Thanks.
Dario.
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to