Home
last modified time | relevance | path

Searched refs:mem (Results 26 – 31 of 31) sorted by relevance

12

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c2983 void XMLRPC_Free(void* mem) { in XMLRPC_Free() argument
2984 my_free(mem); in XMLRPC_Free()
/PHP-5.5/
H A Drun-tests.php2603 $mem = "<a href='$url'>leaks</a>";
2605 $mem = "&nbsp;";
2614 "<td>$mem</td>" .
H A DNEWS9747 mem vars and others). (Dmitry)
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h718 } mem; member
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17431 } mem; variable
17443 mem.nAlloc[i]++; in adjustStats()
17445 if( mem.nCurrent[i]>mem.mxCurrent[i] ){ in adjustStats()
17446 mem.mxCurrent[i] = mem.nCurrent[i]; in adjustStats()
17512 mem.mutex = 0; in sqlite3MemShutdown()
17562 mem.nBacktrace*sizeof(void*) + mem.nTitle; in sqlite3MemMalloc()
17570 if( mem.pLast ){ in sqlite3MemMalloc()
17592 memcpy(z, mem.zTitle, mem.nTitle); in sqlite3MemMalloc()
17764 if( n>=sizeof(mem.zTitle) ) n = sizeof(mem.zTitle)-1; in sqlite3MemdebugSettitle()
17812 i*8, mem.nAlloc[i], mem.nCurrent[i], mem.mxCurrent[i]); in sqlite3MemdebugDump()
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt8590 address space instead of allocating memory. We can safely allocate mem-
8631 Especially on embedded sytems, it might be a good idea to release mem-
8634 allocated memory for any stack and another which allows releasing mem-
9728 an array of nmatch structures of type regmatch_t, containing the mem-

Completed in 485 milliseconds

12