/****
 *
 * Copyright (c) 1988 by Sun Microsystems, Inc.
 * @(#)memaccount.h 22.1 89/08/10 Copyright 1988 Sun Micro
 *
 * Dummy definitions for the interface to the memory accounting mechanism.
 *
 ****/
#ifndef	MEMACCOUNT

#define MA_family(fam, ntypes, name)
#define MA_create(fam, type, size)
#define MA_adjust(fam, type, size)
#define MA_destroy(fam, type, size)
#define MA_describe(fam, type, name)

#endif	/* MEMACCOUNT */
