_ALIGN
#define ALIGN(p) _ALIGN(p)
enum {_NFREELISTS = _MAX_BYTES/_ALIGN};
enum {_NFREELISTS = _MAX_BYTES/_ALIGN};
{ return (((__bytes) + _ALIGN-1) & ~(_ALIGN - 1)); }
return (((__bytes) + _ALIGN-1)/_ALIGN - 1);
for (__i = __size; __i <= _MAX_BYTES; __i += _ALIGN) {
+ _ALIGN(sizeof(struct cmsghdr)))
(((char *)(cmsg) + _ALIGN((cmsg)->cmsg_len) \
+ _ALIGN(sizeof(struct cmsghdr)) \
: (struct cmsghdr *)((char *)(cmsg) + _ALIGN((cmsg)->cmsg_len)))
#define CMSG_SPACE(len) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(len))
#define CMSG_LEN(len) (_ALIGN(sizeof(struct cmsghdr)) + (len))
#define CMSG_ALIGN(len) _ALIGN(len)
return (char*)this + _ALIGN(sizeof(ancillary_data));
void *dataBuffer = malloc(_ALIGN(sizeof(ancillary_data)) + ancillaryData->header.len);
return (ancillary_data*)((char*)data - _ALIGN(sizeof(ancillary_data)));
void *dataBuffer = malloc(_ALIGN(sizeof(ancillary_data)) + header->len);
headerSpace = _ALIGN(headerSpace);
#define DATA_HEADER_SIZE _ALIGN(sizeof(data_header))
#define DATA_NODE_SIZE _ALIGN(sizeof(data_node))
size = _ALIGN(size);
void *dataBuffer = malloc(_ALIGN(sizeof(ancillary_data)) + header->len);
return (char*)this + _ALIGN(sizeof(ancillary_data));
return (ancillary_data*)((char*)data - _ALIGN(sizeof(ancillary_data)));
void* memory = malloc(_ALIGN(sizeof(PatchEntry))
void* stub = (uint8*)memory + _ALIGN(sizeof(PatchEntry));
fSize = _ALIGN(fSize);
char** flatArgs = (char**)malloc(_ALIGN(flatArgsSize));
error = exec_team(path, flatArgs, _ALIGN(flatArgsSize), argCount,
thread_id thread = load_image_internal(flatArgs, _ALIGN(flatArgsSize),
size = _ALIGN(size);