#define IS_ALIGNED ( value   )     (0 == (((UINT32)(value)) & ((UINT32)(value - 1))))

在文件los_heap.h52行定义。