mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use single memory pool for result metadata and result set.
This commit is contained in:
parent
a0724819c2
commit
6bcace1b72
11 changed files with 123 additions and 83 deletions
|
@ -22,6 +22,8 @@
|
|||
|
||||
PHPAPI MYSQLND_MEMORY_POOL * mysqlnd_mempool_create(size_t arena_size);
|
||||
PHPAPI void mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool);
|
||||
PHPAPI void mysqlnd_mempool_save_state(MYSQLND_MEMORY_POOL * pool);
|
||||
PHPAPI void mysqlnd_mempool_restore_state(MYSQLND_MEMORY_POOL * pool);
|
||||
|
||||
#endif /* MYSQLND_BLOCK_ALLOC_H */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue