mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
talloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba. Signed-off-by: David GOUARIN <dgouarin@gmail.com> Signed-off-by: Kalpesh Panchal <kalpesh.panchal@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
299 B
Plaintext
11 lines
299 B
Plaintext
config BR2_PACKAGE_LIBTALLOC
|
|
bool "libtalloc"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
talloc is a hierarchical, reference counted memory pool
|
|
system with destructors. It is the core memory allocator
|
|
used in Samba.
|
|
|
|
https://talloc.samba.org/talloc/doc/html/index.html
|