1
0
Fork 0
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:
winlin 2015-06-07 15:13:41 +08:00
parent 811ef4bcf6
commit 8b3bd5b4b9
11 changed files with 178 additions and 3 deletions

View file

@ -72,7 +72,7 @@ SrsFastBuffer::~SrsFastBuffer()
int SrsFastBuffer::size()
{
return end - p;
return (int)(end - p);
}
char* SrsFastBuffer::bytes()