Home
last modified time | relevance | path

Searched refs:talloc_size (Results 1 – 5 of 5) sorted by relevance

/tools/xenstored/
A Dlu_minios.c62 lu_status->kernel = talloc_size(lu_status, size); in lu_binary_alloc()
A Dtalloc_guide.txt78 void *talloc_size(const void *context, size_t size);
80 The function talloc_size() should be used when you don't have a
236 ptr = talloc_size(context, size);
245 ptr = talloc_size(context, size);
447 ptr = talloc_size(ctx, size);
456 ptr = talloc_size(ctx, strlen(p)+1);
504 (type *)talloc_size(ctx, sizeof(type) * count);
A Dtalloc.h49 #define talloc_size(ctx, size) talloc_named_const(ctx, size, __location__) macro
A Dlu.c106 state->buf = talloc_size(ctx, state->buf_size); in lu_get_dump_state()
A Dcore.c835 data = talloc_size(node, size); in write_node_raw()

Completed in 12 milliseconds