aboutsummaryrefslogtreecommitdiff
path: root/include/linux/flex_array.h
AgeCommit message (Expand)Author
2009-09-22flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes
2009-09-22flex_array: add flex_array_shrink functionDavid Rientjes
2009-09-22flex_array: add flex_array_clear functionDavid Rientjes
2009-08-26flex_array: convert element_nr formals to unsignedDavid Rientjes
2009-08-26flex_array: declare parts member to have incomplete typeDavid Rientjes
2009-07-29lib: flexible array implementationDave Hansen