Searched refs:talloc_realloc_size (Results 1 – 3 of 3) sorted by relevance
61 #define talloc_realloc_size(ctx, ptr, size) _talloc_realloc(ctx, ptr, size, __location__) macro
136 state->buf = talloc_realloc_size(ctx, state->buf, size); in lu_read_data()
296 void *talloc_realloc_size(const void *context, void *ptr, size_t size);298 the talloc_realloc_size() function is useful when the type is not
Completed in 8 milliseconds