repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libutil: add O_NOCTTY back to old pty open code
[minix.git]
/
lib
/
libc
/
minix
/
malloc-debug.h
blob
47118daf98611f07b6dc402a2c1859f303e617a9
1
#include <minix/u64.h>
2
#include <sys/types.h>
3
4
/* malloc-debug.c */
5
void
*
_dbg_malloc
(
size_t
size
);
6
void
*
_dbg_realloc
(
void
*
oldp
,
size_t
size
);
7
void
_dbg_free
(
void
*
ptr
);
8