Searched defs:fill (Results 1 - 2 of 2) sorted by relevance

/system/core/libsparse/
H A Dbacked_block.c44 } fill; member in union:backed_block::__anon460
106 return bb->fill.val;
219 if (a->fill.val != b->fill.val) {
287 /* Queues a fill block of memory to be written to the specified data blocks */
299 bb->fill.val = fill_val;
/system/extras/tests/memtest/
H A Dmemtest.cpp79 " malloc [fill]\n"
595 bool fill = (argc>=2 && !strcmp(argv[1], "fill")); local
607 if (fill) {

Completed in 98 milliseconds