Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dtalloc.h58 #define talloc_realloc_size(ctx, ptr, size) _talloc_realloc(ctx, ptr, size, __location__) macro
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
A Dtdb.c714 char *new_map_ptr = talloc_realloc_size(tdb, tdb->map_ptr,

Completed in 7 milliseconds