Lines Matching full:aligned
102 * [objects][tables ... ->] free space [<- ... aligned][<- ... buffers]
124 * Their sizes depend on the cparams. These tables are 64-byte aligned.
126 * - Aligned: these buffers are used for various purposes that require 4 byte
128 * buffers are each aligned to 64 bytes.
141 * 3. Aligned/Tables
195 * Do not use for sizing aligned buffers. Instead, use ZSTD_cwksp_aligned_alloc_size().
209 * Used to determine the number of bytes required for a given "aligned".
222 * to align the beginning of the aligned section. in ZSTD_cwksp_slack_space_required()
246 * Reserves the given number of bytes within the aligned/buffer segment of the wksp,
293 { /* Align the start of the "aligned" to 64 bytes. Use [1, 64] bytes. */ in ZSTD_cwksp_internal_advance_phase()
296 DEBUGLOG(5, "reserving aligned alignment addtl space: %zu", bytesToAlign); in ZSTD_cwksp_internal_advance_phase()
299 … memory_allocation, "aligned phase - alignment initial allocation failed!"); in ZSTD_cwksp_internal_advance_phase()
368 * Reserves and returns memory sized on and aligned on ZSTD_CWKSP_ALIGNMENT_BYTES (64 bytes).
379 * Aligned on 64 bytes. These buffers have the special property that
421 * Aligned on sizeof(void*).
530 * Invalidates all buffer, aligned, and table allocations.