mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add srs memory watcher.
This commit is contained in:
parent
811ef4bcf6
commit
8b3bd5b4b9
11 changed files with 178 additions and 3 deletions
|
@ -72,7 +72,7 @@ SrsFastBuffer::~SrsFastBuffer()
|
|||
|
||||
int SrsFastBuffer::size()
|
||||
{
|
||||
return end - p;
|
||||
return (int)(end - p);
|
||||
}
|
||||
|
||||
char* SrsFastBuffer::bytes()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue