mirror of
https://github.com/samba-team/samba.git
synced 2025-11-14 12:23:52 +03:00
r6075: added talloc_enable_null_tracking() (asked for by lifeless)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
ff6663aac8
commit
40b8ee186a
@@ -110,6 +110,7 @@ off_t talloc_total_size(const void *ptr);
|
||||
off_t talloc_total_blocks(const void *ptr);
|
||||
void talloc_report_full(const void *ptr, FILE *f);
|
||||
void talloc_report(const void *ptr, FILE *f);
|
||||
void talloc_enable_null_tracking(void);
|
||||
void talloc_enable_leak_report(void);
|
||||
void talloc_enable_leak_report_full(void);
|
||||
void *_talloc_zero(const void *ctx, size_t size, const char *name);
|
||||
|
||||
Reference in New Issue
Block a user