Memory management internals

From OpenSSLWiki
Revision as of 06:12, 14 April 2014 by Ppelleti (talk | contribs) (document OPENSSL_NO_BUF_FREELIST)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

free list in libssl

libssl maintains an internal free list, rather than calling malloc/free directly. See these two blog posts: