Searched defs:OBJECTS_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
809 #define OBJECTS_PER_PAGE(type) (PAGE_SIZE / sizeof (type)) macro811 #define OBJECTS_PER_PAGE(type) ((sizeof (type) > 1) ? 1 : PAGE_SIZE) macro