repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update from main archive 970121
[glibc.git]
/
malloc.h
blob
72873ea5deafe9c549a93da89155e3c5886536ea
1
#ifdef USE_NEW_MALLOC
2
# include <new-malloc/malloc.h>
3
#else
4
# include <malloc/malloc.h>
5
#endif