Searched refs:talloc_size (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
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 | 46 #define talloc_size(ctx, size) talloc_named_const(ctx, size, __location__) macro
|
A D | tdb.c | 429 if (!(buf = talloc_size(tdb, len))) { 1474 if (!(p = (char *)talloc_size(tdb, key.dsize + dbuf.dsize))) {
|
A D | xenstored_core.c | 436 data.dptr = talloc_size(node, data.dsize); in write_node_raw()
|
Completed in 10 milliseconds