net_data_alloc_size 255 ext/mysqlnd/mysqlnd_driver.c size_t net_data_alloc_size = sizeof(MYSQLND_NET_DATA) + mysqlnd_plugin_count() * sizeof(void *); net_data_alloc_size 257 ext/mysqlnd/mysqlnd_driver.c MYSQLND_NET_DATA * net_data = mnd_pecalloc(1, net_data_alloc_size, persistent);