Searched refs:objsize (Results 1 – 1 of 1) sorted by relevance
95 #define MEMBAG(objsize, nr_objs)\ argument96 { .block_size = objsize, .num_blocks = nr_objs }107 #define MEMBAG_SIZE(objsize, nr_objs)\ argument108 (objsize * nr_objs)
Completed in 4 milliseconds