repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
workbench
/
libs
/
reqtools
/
mem.h
blob
e052e4985fd7880fe8afb6fd1ee3044b65a95417
1
#ifndef __AROS__
2
APTR REGARGS
AllocVecPooled
(
APTR pool
,
ULONG memsize
);
3
void
REGARGS
FreeVecPooled
(
APTR pool
,
APTR mem
);
4
#endif