mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
export more functionality for phpize builds
This commit is contained in:
parent
176e6dd2f2
commit
4bbdce5ca7
11 changed files with 34 additions and 33 deletions
|
@ -160,7 +160,7 @@ MYSQLND_MEMORY_POOL_CHUNK * mysqlnd_mempool_get_chunk(MYSQLND_MEMORY_POOL * pool
|
|||
|
||||
|
||||
/* {{{ mysqlnd_mempool_create */
|
||||
MYSQLND_MEMORY_POOL *
|
||||
PHPAPI MYSQLND_MEMORY_POOL *
|
||||
mysqlnd_mempool_create(size_t arena_size TSRMLS_DC)
|
||||
{
|
||||
/* We calloc, because we free(). We don't mnd_calloc() for a reason. */
|
||||
|
@ -179,7 +179,7 @@ mysqlnd_mempool_create(size_t arena_size TSRMLS_DC)
|
|||
|
||||
|
||||
/* {{{ mysqlnd_mempool_destroy */
|
||||
void
|
||||
PHPAPI void
|
||||
mysqlnd_mempool_destroy(MYSQLND_MEMORY_POOL * pool TSRMLS_DC)
|
||||
{
|
||||
DBG_ENTER("mysqlnd_mempool_destroy");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue