]> git.ipfire.org Git - thirdparty/asterisk.git/commit
core: Disable astobj2 locking for some common objects.
authorCorey Farrell <git@cfware.com>
Tue, 2 Oct 2018 03:12:14 +0000 (23:12 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 3 Oct 2018 08:21:56 +0000 (03:21 -0500)
commitfa08aed784a71dd1f6f13efa15cd66b3e2de6a4a
tree748d60ea9967eca330ddb64480fcc2cfca42f368
parent308c3f9cf6b493a32f2d71a990639014101dcad0
core: Disable astobj2 locking for some common objects.

* ACO options
* Indications
* Module loader ref_debug object
* Media index info and variants
* xmldoc items

These allocation locations were identified using reflocks.py on the
master branch.

Change-Id: Ie999b9941760be3d1946cdb6e30cb85fd97504d8
main/config_options.c
main/indications.c
main/loader.c
main/media_index.c
main/xmldoc.c