mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
efdbf37255
commit
a594678e3d
285 changed files with 12724 additions and 1671 deletions
|
@ -23,7 +23,7 @@
|
|||
#include "mem.h"
|
||||
|
||||
/**
|
||||
* Add an element to a dynamic array.
|
||||
* Add an element of to a dynamic array.
|
||||
*
|
||||
* The array is reallocated when its number of elements reaches powers of 2.
|
||||
* Therefore, the amortized cost of adding an element is constant.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue