Pergunta de entrevista da empresa YouTube

Implement a malloc-like function such that it only returns pointers evenly divisible by N (presumably some power of 2). Use as little overhead as possible. Implement the corresponding free() function.