aboutsummaryrefslogtreecommitdiff
path: root/tests/libutil/is_memory_zero.c
AgeCommit message (Collapse)Author
2021-03-22Cleanup the block processor file structureDavid Oberhollenzer
A cleaner separation between common code, frontend code and backend code is made. The "is this byte blob zero" function is moved out to libutil (with test case and everything) with a more optimized implementation. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>