Home
last modified time | relevance | path

Searched refs:talloc_realloc_size (Results 1 – 3 of 3) sorted by relevance

/tools/xenstored/
A Dtalloc.h61 #define talloc_realloc_size(ctx, ptr, size) _talloc_realloc(ctx, ptr, size, __location__) macro
A Dlu.c136 state->buf = talloc_realloc_size(ctx, state->buf, size); in lu_read_data()
A Dtalloc_guide.txt296 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