Searched refs:talloc (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
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 | talloc.h | 45 #define talloc(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type) macro 81 #define talloc_p(ctx, type) talloc(ctx, type)
|
A D | Makefile | 29 XENSTORED_OBJS += xs_lib.o talloc.o utils.o tdb.o hashtable.o 94 xs_tdb_dump: xs_tdb_dump.o utils.o tdb.o talloc.o
|
A D | xenstored_transaction.c | 531 d = talloc(trans, struct changed_domain); in transaction_entry_inc() 552 d = talloc(trans, struct changed_domain); in transaction_entry_dec()
|
A D | xenstored_watch.c | 186 watch = talloc(conn, struct watch); in do_watch()
|
A D | xenstored_domain.c | 304 domain = talloc(context, struct domain); in new_domain() 628 xc_handle = talloc(talloc_autofree_context(), xc_interface*); in domain_init() 638 xgt_handle = talloc(talloc_autofree_context(), xengnttab_handle*); in domain_init()
|
A D | xenstored_core.c | 368 node = talloc(ctx, struct node); in read_node() 943 node = talloc(ctx, struct node); in construct_node() 1815 *psock = sock = talloc(talloc_autofree_context(), int); in init_sockets() 1821 *pro_sock = ro_sock = talloc(talloc_autofree_context(), int); in init_sockets()
|
/xen-4.10.0-shim-comet/ |
A D | .rootkeys | 1112 42a57d97fKgtf0HQLiQkAkVsOvuSyA tools/xenstore/talloc.c 1113 42a57d98U3p0XP6xzCybTuaVQscUdw tools/xenstore/talloc.h
|
Completed in 15 milliseconds