summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-27Add environment variable to select secret memory typeHEADmasterMike Rapoport1-1/+4
2020-05-27Add CRYPTO_clear_free(), otherwise openssl speed crashesMike Rapoport1-0/+8
2020-05-27Report the requested size in CRYPTO_malloc and CRYPTO_freeMike Rapoport1-2/+2
2020-05-27Use %zu for size_t format in printfMike Rapoport1-2/+2
2020-05-27Add INFO verbosity levelMike Rapoport1-5/+6
2020-05-27Add LGPL 2.1 as the licenceJames Bottomley1-0/+178
2020-04-18Add check for chunk minsizeJames Bottomley1-1/+8
2020-04-18Make malloc chunk head a separate structureJames Bottomley1-35/+41
2020-04-18Add a load more assertion checksJames Bottomley1-2/+11
2020-04-17Add additional segment handlingJames Bottomley2-11/+45
2020-04-17refactor in preparation for allocating multiple segmentsJames Bottomley1-28/+52
2020-04-16Make the use of secret memory environment controlledJames Bottomley2-11/+14
2020-04-16Add a rudimentary test routine for the preloader mallocJames Bottomley2-1/+72
2020-04-16Complete single segment allocatorJames Bottomley1-52/+125
2020-04-16Initial attempt at a minimal allocator based on dlmallocJames Bottomley1-7/+202
2020-04-15Initial commit (FOSDEM demo)James Bottomley3-0/+101