mem_free
status_t mem_free(mem_info *mem, uint32 blockID, void *tag);
mem_free( \
result = mem_free( di->memmgr[memory_type], fm->handle, fm->global ? 0 : dev );
static status_t mem_free(void*);
mem_free,