Searched refs:MYSQLND_MEM_C (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_alloc.h | 26 #define MYSQLND_MEM_C ZEND_FILE_LINE_CC macro 52 #define mnd_emalloc(size) mysqlnd_allocator.m_emalloc((size) MYSQLND_MEM_C) 53 #define mnd_pemalloc(size, pers) mysqlnd_allocator.m_pemalloc((size), (pers) MYSQLND_MEM_C) 54 #define mnd_ecalloc(nmemb, size) mysqlnd_allocator.m_ecalloc((nmemb), (size) MYSQLND_MEM_C) 58 #define mnd_efree(ptr) mysqlnd_allocator.m_efree((ptr) MYSQLND_MEM_C) 59 #define mnd_pefree(ptr, pers) mysqlnd_allocator.m_pefree((ptr), (pers) MYSQLND_MEM_C) 60 #define mnd_malloc(size) mysqlnd_allocator.m_malloc((size) MYSQLND_MEM_C) 61 #define mnd_calloc(nmemb, size) mysqlnd_allocator.m_calloc((nmemb), (size) MYSQLND_MEM_C) 62 #define mnd_realloc(ptr, new_size) mysqlnd_allocator.m_realloc((ptr), (new_size) MYSQLND_MEM_C) 63 #define mnd_free(ptr) mysqlnd_allocator.m_free((ptr) MYSQLND_MEM_C) [all …]
|
Completed in 5 milliseconds