Changeset 988 for vendor/current/lib/talloc/doc
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/lib/talloc/doc
- Files:
-
- 12 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/talloc/doc/mainpage.dox
r740 r988 11 11 * on the samba public source archive. 12 12 * 13 * @section main-tutorial Tutorial 14 * 15 * You should start by reading @subpage libtalloc_tutorial, then reading the documentation of 16 * the interesting functions as you go. 17 13 18 * @section talloc_bugs Discussion and bug reports 14 19 * … … 98 103 * context implicitly refers to a hidden "null context" global variable, so 99 104 * this should not be used in a multi-threaded environment without proper 100 * synchronization. 105 * synchronization. In threaded code turn off null tracking using 106 * talloc_disable_null_tracking(). 101 107 * - the context returned by talloc_autofree_context() is also global so 102 108 * shouldn't be used by several threads simultaneously without
Note:
See TracChangeset
for help on using the changeset viewer.