setmalloctag

This commit is contained in:
Russ Cox
2006-05-21 23:32:55 +00:00
parent 1125f094ce
commit 083b5a0e40
4 changed files with 37 additions and 1 deletions

View File

@ -305,10 +305,11 @@ void segclock(ulong);
void segpage(Segment*, Page*);
void setkernur(Ureg*, Proc*);
int setlabel(Label*);
void setmalloctag(void*, ulong);
void setmalloctag(void*, uintptr);
void setrealloctag(void*, ulong);
void setregisters(Ureg*, char*, char*, int);
void setswapchan(Chan*);
long showfilewrite(char*, int);
char* skipslash(char*);
void sleep(Rendez*, int(*)(void*), void*);
void* smalloc(ulong);