malloc(2): update alloctag types
This commit is contained in:
parent
6c2e983d32
commit
cb0393181a
1 changed files with 4 additions and 4 deletions
|
@ -29,16 +29,16 @@ void* calloc(ulong nelem, ulong elsize)
|
|||
ulong msize(void *ptr)
|
||||
.PP
|
||||
.B
|
||||
void setmalloctag(void *ptr, ulong tag)
|
||||
void setmalloctag(void *ptr, uintptr tag)
|
||||
.PP
|
||||
.B
|
||||
ulong getmalloctag(void *ptr)
|
||||
uintptr getmalloctag(void *ptr)
|
||||
.PP
|
||||
.B
|
||||
void setrealloctag(void *ptr, ulong tag)
|
||||
void setrealloctag(void *ptr, uintptr tag)
|
||||
.PP
|
||||
.B
|
||||
ulong getrealloctag(void *ptr)
|
||||
uintptr getrealloctag(void *ptr)
|
||||
.PP
|
||||
.B
|
||||
void* malloctopoolblock(void*)
|
||||
|
|
Loading…
Reference in a new issue