Age | Commit message (Collapse) | Author |
|
Resolve all but 3 DOCDOCs.
svn:r10393
|
|
svn:r10335
|
|
Add math functions to round values to the nearest power of 2. Make mempools more careful about making sure that the size of their chunks is a little less than a power of 2, not a little more.
svn:r10304
|
|
Address points in r10227.
svn:r10229
|
|
items we should probably look into.
svn:r10227
|
|
Keep a freelist of unused 4k buffer chunks, rather than wasting 8k for every inactive connection_t.
svn:r10006
|
|
Fix a bug in displaying memory pool usage. Also dump cell allocation, and track padded_cell_ts as they are allocated and freed, to make sure we are not leaking cells.
svn:r9992
|
|
Make dumpmemusage() dump cell pool usage information.
svn:r9991
|
|
More proposal-104 stuff: actually remember extra-info stuff.
svn:r9975
|
|
Apparently some compilers think that anonymous unions are bad C. Technically, they're right, so let's name the union in mempool.c.
svn:r9946
|
|
Add code to shrink the cell memory pool by discarding empty chunks that have been empty for the last 60 seconds. Also, instead of having test.c duplicate declarations for exposed functions, put them inside #ifdef foo_PRIVATE blocks in the headers. This prevents bugs where test.c gets out of sync.
svn:r9944
|
|
Fix documentation and usage of 2nd argument to mp_pool_new.
svn:r9942
|
|
Document memory pool implementation, and tweak it even mor. See? Programming is fun.
svn:r9940
|
|
Add support for using memory pools to allocate queued cell; pass --disable-cell-pool to configure to disable this.
svn:r9939
|
|
Unit tests and debugging for memory pool implementation.
svn:r9938
|
|
Initial version of memory pool logic. Needs unit tests. Made to be easily separable from Tor.
svn:r9937
|