man malloc

Sergey Matveychuk sem at FreeBSD.org
Wed Aug 17 21:02:49 GMT 2005


I know it may be stupid, but I can't understand this sentence from 
malloc(3) man page:

"
The allocated space is suitably aligned (after possible pointer 
coercion) for storage of any type of object.
"

What does "suitable aligned for storage of *any* type of object" means?
What is pointer coercion? I have no pointer before malloc() returns.

-- 
Sem.


More information about the freebsd-questions mailing list