m_erealloc         38 ext/mysqlnd/mysqlnd_alloc.h 	void *	(*m_erealloc)(void *ptr, size_t new_size MYSQLND_MEM_D);
m_erealloc         77 ext/mysqlnd/mysqlnd_alloc.h #define mnd_erealloc(ptr, new_size)		mysqlnd_allocator.m_erealloc((ptr), (new_size) MYSQLND_MEM_C)