summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
diff options
context:
space:
mode:
authorAlex Dowad <alexinbeijing@gmail.com>2020-06-27 17:00:17 +0200
committerAlex Dowad <alexinbeijing@gmail.com>2020-08-31 23:16:09 +0200
commitd4ef7ef11d1cedcd3ddd8d375d091186085db382 (patch)
tree0b1bc3ec30bedef09fb81ac75447faccbdd5c1db /ext/mbstring/php_mbregex.c
parentdc98c1346d75f6132c61bc2df56cf974f866c7a3 (diff)
downloadphp-git-d4ef7ef11d1cedcd3ddd8d375d091186085db382.tar.gz
Inline unneeded indirection for mbstring memory management
All memory allocation and deallocation for mbstring bounces through a table of function pointers before going to emalloc/efree/etc. But this is unnecessary. The allocators are never swapped out. Better to just call them directly.
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
0 files changed, 0 insertions, 0 deletions