__mbfl_allocators   72 ext/mbstring/libmbfl/mbfl/mbfl_allocators.c mbfl_allocators *__mbfl_allocators = &default_allocators;
__mbfl_allocators   46 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h MBFLAPI extern mbfl_allocators *__mbfl_allocators;
__mbfl_allocators   48 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h #define mbfl_malloc (__mbfl_allocators->malloc)
__mbfl_allocators   49 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h #define mbfl_realloc (__mbfl_allocators->realloc)
__mbfl_allocators   50 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h #define mbfl_calloc (__mbfl_allocators->calloc)
__mbfl_allocators   51 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h #define mbfl_free (__mbfl_allocators->free)
__mbfl_allocators   52 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h #define mbfl_pmalloc (__mbfl_allocators->pmalloc)
__mbfl_allocators   53 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h #define mbfl_prealloc (__mbfl_allocators->preallloc)
__mbfl_allocators   54 ext/mbstring/libmbfl/mbfl/mbfl_allocators.h #define mbfl_pfree (__mbfl_allocators->pfree)
__mbfl_allocators 1552 ext/mbstring/mbstring.c 	__mbfl_allocators = &_php_mb_allocators;