mnd_pemalloc 577 ext/mysqlnd/mysqlnd.c conn->auth_plugin_data = mnd_pemalloc(conn->auth_plugin_data_len, conn->persistent); mnd_pemalloc 2491 ext/mysqlnd/mysqlnd.c conn->options->connect_attr = mnd_pemalloc(sizeof(HashTable), conn->persistent); mnd_pemalloc 220 ext/mysqlnd/mysqlnd_driver.c stmt->execute_cmd_buffer.buffer = mnd_pemalloc(stmt->execute_cmd_buffer.length, stmt->persistent); mnd_pemalloc 702 ext/mysqlnd/mysqlnd_net.c net->cmd_buffer.buffer = mnd_pemalloc(net->cmd_buffer.length, net->persistent); mnd_pemalloc 259 ext/mysqlnd/mysqlnd_result_meta.c new_meta->zend_hash_keys = mnd_pemalloc(len, persistent); mnd_pemalloc 272 ext/mysqlnd/mysqlnd_result_meta.c new_fields[i].root = mnd_pemalloc(orig_fields[i].root_len, persistent); mnd_pemalloc 302 ext/mysqlnd/mysqlnd_result_meta.c new_fields[i].def = mnd_pemalloc(orig_fields[i].def_length + 1, persistent); mnd_pemalloc 1299 ext/mysqlnd/mysqlnd_wireprotocol.c meta->def = mnd_pemalloc(len + 1, packet->persistent_alloc); mnd_pemalloc 1311 ext/mysqlnd/mysqlnd_wireprotocol.c root_ptr = meta->root = mnd_pemalloc(total_len, packet->persistent_alloc);