Home
last modified time | relevance | path

Searched refs:heap (Results 51 – 57 of 57) sorted by relevance

123

/PHP-7.1/ext/pcre/pcrelib/
H A DNEWS160 . There should be a performance improvement when using the heap instead of the
572 function calls when matching. Instead it gets memory from the heap. This slows
H A DChangeLog259 memory address was read. This bug was reported as "heap overflow",
265 incorrect code to be compiled. This bug was reported as "heap overflow",
767 compiled to use the heap for recursion.
1153 when the heap is used for recursion (compiled with --disable-stack-for-
1154 recursion). Instead of malloc and free for each heap frame each time a
1311 than the heap when not using the stack for recursion. This gives a
3305 (b) When PCRE was configured to use the heap rather than the stack for
3982 stack (or heap if NO_RECURSE is set) that is used. The default can be set
4453 each "recursion" in a frame on the heap, and gets/frees frames whenever it
4467 PCRE has been compiled to use the stack or the heap for recursion. The
H A DREADME322 obtained from the heap via the special functions pcre_stack_malloc() and
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput7182 the same character differ. The first went wrong with heap frame storage; the
H A Dtestoutput7400 the same character differ. The first went wrong with heap frame storage; the
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt1115 the heap to remember data, instead of using recursive function calls,
1153 to restrict the maximum amount of stack (or heap, if --disable-stack-
1810 are used only when PCRE is compiled to use the heap for remembering
2022 on the heap instead of recursive function calls. In this case,
2024 blocks on the heap, thus avoiding the use of the stack.
3182 can be used, or, when PCRE has been compiled to use memory on the heap
3183 instead of the stack, the amount of heap memory that can be used. This
4077 If PCRE has been compiled to use the heap instead of the stack for
4079 obtained from the heap.
10350 Compiling PCRE to use heap instead of stack for pcre[16|32]_exec()
[all …]
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c73026 heap = pCheck->heap;
73027 heap[0] = 0;
73107 heap = pCheck->heap;
73108 heap[0] = 0;
73113 btreeHeapInsert(heap, (pc<<16)|(pc+size-1));
73128 btreeHeapInsert(heap, (((u32)i)<<16)|(i+size-1));
73155 while( btreeHeapPull(heap,&x) ){
73171 if( heap[0]==0 && nFrag!=data[hdr+7] ){
73230 sCheck.heap = 0;
73243 if( sCheck.heap==0 ){
[all …]

Completed in 580 milliseconds

123