diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-10-01 17:35:08 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-10-01 17:35:08 +0000 |
| commit | 31a014da282db0c3e116d67a28ad522a1cf172e9 (patch) | |
| tree | c6fc23a409866cbfacafb062a5433c8f3e383579 /lib/libstand/zalloc_protos.h | |
| parent | e886e3bd22bd97e990b405407d0b3d38eb8e1eeb (diff) | |
Notes
Diffstat (limited to 'lib/libstand/zalloc_protos.h')
| -rw-r--r-- | lib/libstand/zalloc_protos.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/libstand/zalloc_protos.h b/lib/libstand/zalloc_protos.h index e49a871d2688..633453d2a621 100644 --- a/lib/libstand/zalloc_protos.h +++ b/lib/libstand/zalloc_protos.h @@ -26,21 +26,10 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: zalloc_protos.h,v 1.1 1998/09/26 01:42:39 msmith Exp $ */ -Prototype struct MemPool *DummyStructMemPool; Library void *znalloc(struct MemPool *mpool, iaddr_t bytes); -Library void *zalloc(struct MemPool *mpool, iaddr_t bytes); -Library void *zallocAlign(struct MemPool *mpool, iaddr_t bytes, iaddr_t align); -Library void *zxalloc(struct MemPool *mp, void *addr1, void *addr2, iaddr_t bytes); -Library void *znxalloc(struct MemPool *mp, void *addr1, void *addr2, iaddr_t bytes); -Library char *zallocStr(struct MemPool *mpool, const char *s, int slen); Library void zfree(struct MemPool *mpool, void *ptr, iaddr_t bytes); -Library void zfreeStr(struct MemPool *mpool, char *s); -Library void zinitPool(struct MemPool *mp, const char *id, void (*fpanic)(const char *ctl, ...), int (*freclaim)(struct MemPool *memPool, iaddr_t bytes), void *pBase, iaddr_t pSize); Library void zextendPool(MemPool *mp, void *base, iaddr_t bytes); -Library void zclearPool(struct MemPool *mp); -Library void znop(const char *ctl, ...); -Library int znot(struct MemPool *memPool, iaddr_t bytes); Library void zallocstats(struct MemPool *mp); |
