#define TRUNCATE ( uwAddr,
uwSize   )     ((uwAddr) & ~((uwSize) - 1))

Align the tail of the object with the base address uwAddr, with uwSize bytes being the smallest unit of alignment.

在文件los_base.h88行定义。