Searched refs:ZSTD_PTR_ALIGN (Results 1 – 2 of 2) sorted by relevance
21 void *const ptr = ZSTD_PTR_ALIGN((stack)->ptr); \31 if (!workspace || workspaceSize < sizeof(ZSTD_stack) || workspace != ZSTD_PTR_ALIGN(workspace)) { in ZSTD_initStack()45 *size = (BYTE const *)stack->end - (BYTE *)ZSTD_PTR_ALIGN(stack->ptr); in ZSTD_stackAllocAll()
226 #define ZSTD_PTR_ALIGN(p) PTR_ALIGN(p, sizeof(size_t)) macro
Completed in 5 milliseconds