1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-28 11:42:03 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
addeb1c6c9 Ignore tallocdump binary. -
35d00bacdc talloc_init_named -> talloc_init.
Jeremy.
-
6a58c9bd06 Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
-
4877501da9 Make talloctort call talloc_describe_all before exiting -
a7b052d991 Use less memory, but scribble all over it, just in case there's
something wrong with the way it's allocated.
-
4c6c03c8c7 Make TALLOC_CTX and talloc_chunk private to talloc.c.
Add a global singly-linked list of all active talloc pools, so that we
can eventually show how much memory is used for different purposes.
This also gives a check that pools are not being doubly freed.

talloc_init_named now handle a NULL name properly (ie does nothing)

Add accessor talloc_pool_name().
-
e339066995 Add a very trivial talloc torture program, bin/talloctort. Not built
by default.
-