Searched refs:ALLOC_BOUNDARY (Results 1 – 1 of 1) sorted by relevance
312 #define ALLOC_BOUNDARY 16 /* Keep buffers aligned to this */ macro1005 ctx = (uhash_ctx_t)malloc(sizeof(uhash_ctx)+ALLOC_BOUNDARY);1007 if (ALLOC_BOUNDARY) {1008 bytes_to_add = ALLOC_BOUNDARY -1009 ((ptrdiff_t)ctx & (ALLOC_BOUNDARY -1));1029 if (ALLOC_BOUNDARY) {1200 if (ALLOC_BOUNDARY) in umac_delete()1218 octx = ctx = xmalloc(sizeof(*ctx) + ALLOC_BOUNDARY); in umac_new()1220 if (ALLOC_BOUNDARY) { in umac_new()1221 bytes_to_add = ALLOC_BOUNDARY - in umac_new()[all …]