Searched defs:blocks (Results 151 - 164 of 164) sorted by relevance

1234567

/external/valgrind/main/memcheck/
H A Dmc_main.c4985 /*--- Detecting leaked (unreachable) malloc'd blocks. ---*/
5274 else if VG_BINT_CLO(arg, "--freelist-big-blocks",
5370 " --freelist-vol=<number> volume of freed blocks queue [20000000]\n"
5371 " --freelist-big-blocks=<number> releases first blocks with size>= [1000000]\n"
5390 /*--- Client blocks ---*/
5420 void MC_(get_ClientBlock_array)( /*OUT*/CGenBlock** blocks, argument
5423 *blocks = cgbs;
5504 " after a leak search, shows the list of blocks of <loss_record_nr>\n"
5974 case VG_USERREQ__COUNT_LEAK_BLOCKS: { /* count leaked blocks */
[all...]
/external/expat/lib/
H A Dxmlparse.c224 BLOCK *blocks; member in struct:__anon20558
5103 if (!pool->blocks) {
6099 pool->blocks = NULL;
6111 pool->freeBlocks = pool->blocks;
6113 BLOCK *p = pool->blocks;
6121 pool->blocks = NULL;
6130 BLOCK *p = pool->blocks;
6214 pool->blocks = pool->freeBlocks;
6216 pool->blocks->next = NULL;
6217 pool->start = pool->blocks
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Dhydrogen.cc334 // Only loop header blocks can have a predecessor added after
358 // Keep the list of dominated blocks sorted such that if there is two
397 // Mark blocks that dominate all subsequent reachable blocks inside their
398 // loop. Exploit the fact that blocks are sorted in reverse post order. When
404 // dominator_candidate block is guaranteed to dominate all blocks reachable
411 HBasicBlock* dominator_candidate = graph_->blocks()->at(j);
423 // all of the blocks with higher IDs. In this case, assume conservatively
514 // Checks reachability of the blocks in this graph and stores a bit in
518 // returns the number of reachable blocks
12056 const ZoneList<HBasicBlock*>* blocks = graph->blocks(); local
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/libxml/src/
H A Dtestapi.c128 int blocks, mem; local
161 blocks = xmlMemBlocks();
163 if ((blocks != 0) || (mem != 0)) {
164 printf("testapi leaked %d bytes in %d blocks\n", mem, blocks);
1334 printf("Leak of %d blocks found in UTF8ToHtml",
1394 printf("Leak of %d blocks found in htmlAttrAllowed",
1452 printf("Leak of %d blocks found in htmlAutoCloseTag",
1495 printf("Leak of %d blocks found in htmlCreateMemoryParserCtxt",
1566 printf("Leak of %d blocks foun
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 445 milliseconds

1234567