mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
4566ee91b8
We only have to do the memlimit check before any real malloc or realloc. Allocations out of a memory pool have already been counted in the memory limit, so don't check in those cases. This is an application-visible change (although fixing a bug) so bump the ABI to 2.3.1 -> 2.3.2. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14540 Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Arran Cudbard-Bell <a.cudbardb@freeradius.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
17 lines
830 B
Plaintext
17 lines
830 B
Plaintext
_pytalloc_check_type: int (PyObject *, const char *)
|
|
_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *)
|
|
_pytalloc_get_name: const char *(PyObject *)
|
|
_pytalloc_get_ptr: void *(PyObject *)
|
|
_pytalloc_get_type: void *(PyObject *, const char *)
|
|
pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *)
|
|
pytalloc_BaseObject_check: int (PyObject *)
|
|
pytalloc_BaseObject_size: size_t (void)
|
|
pytalloc_Check: int (PyObject *)
|
|
pytalloc_GenericObject_reference_ex: PyObject *(TALLOC_CTX *, void *)
|
|
pytalloc_GenericObject_steal_ex: PyObject *(TALLOC_CTX *, void *)
|
|
pytalloc_GetBaseObjectType: PyTypeObject *(void)
|
|
pytalloc_GetObjectType: PyTypeObject *(void)
|
|
pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
|
|
pytalloc_steal: PyObject *(PyTypeObject *, void *)
|
|
pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *)
|