|
|
|
|
|
by paavoova
2809 days ago
|
|
> The caller might turn the element after the (struct header_t ) into something else Isn't this exactly the issue with this malloc implementation? The pointer returned that points past the header by sizeof(header) may not be aligned for subsequent types. |
|