Home
last modified time | relevance | path

Searched refs:mnd_malloc (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_block_alloc.c70 new_ptr = mnd_malloc(size); in mysqlnd_mempool_resize_chunk()
90 new_ptr = mnd_malloc(size); in mysqlnd_mempool_resize_chunk()
120 chunk = mnd_malloc(sizeof(MYSQLND_MEMORY_POOL_CHUNK)); in mysqlnd_mempool_get_chunk()
133 chunk->ptr = mnd_malloc(size); in mysqlnd_mempool_get_chunk()
163 ret->arena = mnd_malloc(ret->arena_size); in mysqlnd_mempool_create()
H A Dmysqlnd_alloc.h81 #define mnd_malloc(size) mysqlnd_allocator.m_malloc((size) MYSQLND_MEM_C) macro
H A Dmysqlnd_result.c669 retrow = mnd_malloc(result->field_count * sizeof(char *)); in mysqlnd_fetch_row_unbuffered_c()
960 ret = mnd_malloc(result->field_count * sizeof(char *)); in mysqlnd_fetch_row_buffered_c()
H A Dmysqlnd_net.c391 zend_uchar * decompressed_data = mnd_malloc(decompressed_size); in MYSQLND_METHOD()
H A Dmysqlnd_ps.c444 char * tmp_swap = mnd_malloc(real_size); in MYSQLND_METHOD()

Completed in 32 milliseconds