Searched refs:DB_FREE (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libast/common/vmalloc/ |
H A D | vmdebug.c | 52 #define DB_FREE 2 macro 122 else if(type == DB_FREE) 145 else if(type == DB_FREE || type == DB_RESIZE) 155 else if(where == DB_FREE) 456 { dbwarn(vm,NIL(Vmuchar_t*),0,file,line,func,DB_FREE); 466 { dbwarn(vm,(Vmuchar_t*)data,offset == -1L ? 0 : 1,file,line,func,DB_FREE); 475 dbwatch(vm,data,file,line,func,DB_FREE);
|