Searched refs:talloc_array_size (Results 1 – 2 of 2) sorted by relevance
55 #define talloc_array_size(ctx, size, count) _talloc_array(ctx, size, count, __location__) macro
511 void *talloc_array_size(const void *ctx, size_t size, uint_t count);513 The talloc_array_size() function is useful when the type is not
Completed in 3 milliseconds