mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 02:21:47 +00:00
updating comment for Z_TagsUsage in the .c file
This commit is contained in:
parent
013d185d9e
commit
4782cc89fa
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.
|
/** 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 lowtag The lowest tag to consider.
|
||||||
* \param hightag The highest tag to consider.
|
* \param hightag The highest tag to consider.
|
||||||
* \return Number of bytes currently allocated in the heap for the
|
* \return Number of bytes currently allocated in the heap for the
|
||||||
* given tags.
|
* given tags.
|
||||||
* \sa Z_TagUsage
|
|
||||||
*/
|
*/
|
||||||
size_t Z_TagsUsage(INT32 lowtag, INT32 hightag)
|
size_t Z_TagsUsage(INT32 lowtag, INT32 hightag)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue