aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/blob.h
Commit message (Expand)AuthorAgeFilesLines
* blob: Use intptr_t instead of ssize_tJason Ekstrand2017-10-131-3/+3
* compiler/blob: Make some parameters void instead of uint8_tJason Ekstrand2017-10-121-2/+2
* compiler/blob: Constify the readerJason Ekstrand2017-10-121-5/+5
* compiler/blob: Add (reserve|overwrite)_(uint32|intptr) helpersJason Ekstrand2017-10-121-2/+34
* compiler/blob: make blob_reserve_bytes() more usefulConnor Abbott2017-10-121-13/+5
* compiler/blob: Allow for fixed-size blobs with a NULL data pointerJason Ekstrand2017-10-121-0/+4
* compiler/blob: Add a concept of a fixed-allocation blobJason Ekstrand2017-10-121-1/+21
* compiler/blob: Switch to init/finish instead of create/destroyJason Ekstrand2017-10-121-8/+5
* compiler: Move blob up a levelJason Ekstrand2017-10-121-0/+307