mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
d4ef7ef11d
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.