First time here? Check out the FAQ!
answered 2020-09-26 19:26:00 -0600
So it was indeed an embarrasing overlooked syntax error on my behalf. As pointed out by berak in the comments I had sizeof(int) instead of sizeof(size_t) where size_t would have reflected the correct variable type. Cheers