updating comment for Z_TagsUsage in the .c file

This commit is contained in:
Monster Iestyn 2018-02-15 16:53:58 +00:00
parent 013d185d9e
commit 4782cc89fa

View file

@ -584,11 +584,12 @@ void Z_ChangeTag(void *ptr, INT32 tag)
}
/** Calculates memory usage for a given set of tags.
* NOTE: Z_TagUsage is now just a macro of this function.
*
* \param lowtag The lowest tag to consider.
* \param hightag The highest tag to consider.
* \return Number of bytes currently allocated in the heap for the
* given tags.
* \sa Z_TagUsage
*/
size_t Z_TagsUsage(INT32 lowtag, INT32 hightag)
{