Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Side by Side Diff: third_party/talloc/talloc.exports

Issue 2282793002: Remove unused third_party/talloc (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/talloc/talloc.c ('k') | third_party/talloc/talloc.i » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This file is autogenerated, please DO NOT EDIT
2 {
3 global:
4 _talloc;
5 _talloc_array;
6 _talloc_free;
7 _talloc_get_type_abort;
8 _talloc_memdup;
9 _talloc_move;
10 _talloc_realloc;
11 _talloc_realloc_array;
12 _talloc_reference_loc;
13 _talloc_set_destructor;
14 _talloc_steal_loc;
15 _talloc_zero;
16 _talloc_zero_array;
17 talloc_asprintf;
18 talloc_asprintf_append;
19 talloc_asprintf_append_buffer;
20 talloc_autofree_context;
21 talloc_check_name;
22 talloc_disable_null_tracking;
23 talloc_enable_leak_report;
24 talloc_enable_leak_report_full;
25 talloc_enable_null_tracking;
26 talloc_enable_null_tracking_no_autofree;
27 talloc_find_parent_byname;
28 talloc_free_children;
29 talloc_get_name;
30 talloc_get_size;
31 talloc_increase_ref_count;
32 talloc_init;
33 talloc_is_parent;
34 talloc_named;
35 talloc_named_const;
36 talloc_parent;
37 talloc_parent_name;
38 talloc_pool;
39 talloc_realloc_fn;
40 talloc_reference_count;
41 talloc_reparent;
42 talloc_report;
43 talloc_report_depth_cb;
44 talloc_report_depth_file;
45 talloc_report_full;
46 talloc_set_abort_fn;
47 talloc_set_log_fn;
48 talloc_set_log_stderr;
49 talloc_set_name;
50 talloc_set_name_const;
51 talloc_show_parents;
52 talloc_strdup;
53 talloc_strdup_append;
54 talloc_strdup_append_buffer;
55 talloc_strndup;
56 talloc_strndup_append;
57 talloc_strndup_append_buffer;
58 talloc_total_blocks;
59 talloc_total_size;
60 talloc_unlink;
61 talloc_vasprintf;
62 talloc_vasprintf_append;
63 talloc_vasprintf_append_buffer;
64 talloc_version_major;
65 talloc_version_minor;
66
67 local: *;
68 };
OLDNEW
« no previous file with comments | « third_party/talloc/talloc.c ('k') | third_party/talloc/talloc.i » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698