diff options
author | Alex Dowad <alexinbeijing@gmail.com> | 2020-06-27 17:00:17 +0200 |
---|---|---|
committer | Alex Dowad <alexinbeijing@gmail.com> | 2020-08-31 23:16:09 +0200 |
commit | d4ef7ef11d1cedcd3ddd8d375d091186085db382 (patch) | |
tree | 0b1bc3ec30bedef09fb81ac75447faccbdd5c1db /ext/mbstring/php_mbregex.c | |
parent | dc98c1346d75f6132c61bc2df56cf974f866c7a3 (diff) | |
download | php-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