mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-01 00:41:16 +00:00
updating comment for Z_TagsUsage in the .c file
This commit is contained in:
parent
c5261c1133
commit
afe4178fd7
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue