Searched refs:talloc (Results 1 – 7 of 7) sorted by relevance
| /tools/xenstored/ |
| A D | README | 4 talloc.c: samba-trunk/source/lib/talloc.c r14291 2006-03-13 04:27:47 +0000 5 talloc.h: samba-trunk/source/include/talloc.h r11986 2005-12-01 00:43:36 +0000
|
| A D | talloc_guide.txt | 1 Using talloc in Samba4 11 as talloc has changed a lot. 18 between a "talloc context" and a "talloc pointer". Any pointer 19 returned from talloc() is itself a valid talloc context. This means 45 talloc() versus malloc() performance, and it seems that talloc() is 52 talloc API 62 The talloc() macro is the core of the talloc library. It takes a 81 convenient type to pass to talloc(). Unlike talloc(), it is not type 90 talloc(). 382 Here is a typical talloc report: [all …]
|
| A D | Makefile.common | 5 XENSTORED_OBJS-y += talloc.o utils.o hashtable.o
|
| A D | talloc.h | 48 #define talloc(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type) macro 84 #define talloc_p(ctx, type) talloc(ctx, type)
|
| A D | watch.c | 178 watch = talloc(conn, struct watch); in add_watch()
|
| A D | core.c | 384 req = talloc(in, struct delayed_request); in delay_request() 696 node = talloc(ctx, struct node); in read_node_alloc() 1461 node = talloc(ctx, struct node); in construct_node() 3238 node = talloc(ctx, struct node); in read_state_node()
|
| A D | domain.c | 1444 xgt_handle = talloc(talloc_autofree_context(), xengnttab_handle*); in domain_early_init()
|
Completed in 18 milliseconds