Searched defs:malloc (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_5/ext/sqlite3/libsqlite/ | ||
| H A D | sqlite3ext.h | 103 void *(*malloc)(int); member in struct:sqlite3_api_routines 304 #define sqlite3_malloc sqlite3_api->malloc |
| /PHP_5_5/ext/xmlrpc/libxmlrpc/ | ||
| H A D | base64.h | 35 #define malloc(s) _malloc_real(s,__FILE__,__LINE__) macro |
| /PHP_5_5/ext/mbstring/libmbfl/mbfl/ | ||
| H A D | mbfl_allocators.h | 37 void *(*malloc)(unsigned int); member in struct:_mbfl_allocators 48 #define mbfl_malloc (__mbfl_allocators->malloc) |
Completed in 4 milliseconds