Searched refs:talloc_size (Results 1 – 5 of 5) sorted by relevance
| /tools/xenstored/ |
| A D | lu_minios.c | 62 lu_status->kernel = talloc_size(lu_status, size); in lu_binary_alloc()
|
| A D | talloc_guide.txt | 78 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 D | talloc.h | 49 #define talloc_size(ctx, size) talloc_named_const(ctx, size, __location__) macro
|
| A D | lu.c | 106 state->buf = talloc_size(ctx, state->buf_size); in lu_get_dump_state()
|
| A D | core.c | 835 data = talloc_size(node, size); in write_node_raw()
|
Completed in 12 milliseconds