Searched refs:total (Results 1 – 10 of 10) sorted by relevance
| /third_party/ulib/jemalloc/test/integration/ |
| A D | sdallocx.c | 15 size_t nsz, sz, alignment, total; in TEST_BEGIN() local 25 total = 0; in TEST_BEGIN() 34 total += nsz; in TEST_BEGIN() 35 if (total >= (MAXALIGN << 1)) in TEST_BEGIN()
|
| A D | posix_memalign.c | 79 size_t alignment, size, total; in TEST_BEGIN() local 90 total = 0; in TEST_BEGIN() 106 total += malloc_usable_size(ps[i]); in TEST_BEGIN() 107 if (total >= (MAXALIGN << 1)) in TEST_BEGIN()
|
| A D | aligned_alloc.c | 87 size_t alignment, size, total; in TEST_BEGIN() local 97 total = 0; in TEST_BEGIN() 112 total += malloc_usable_size(ps[i]); in TEST_BEGIN() 113 if (total >= (MAXALIGN << 1)) in TEST_BEGIN()
|
| A D | mallocx.c | 167 size_t nsz, rsz, sz, alignment, total; in TEST_BEGIN() local 177 total = 0; in TEST_BEGIN() 204 total += rsz; in TEST_BEGIN() 205 if (total >= (MAXALIGN << 1)) in TEST_BEGIN()
|
| /third_party/uapp/dash/src/bltin/ |
| A D | printf.c | 98 int total; in print_escape_str() local 110 total = ASPF(&p, f, p); in print_escape_str() 115 out1mem(p, total); in print_escape_str()
|
| /third_party/ulib/jemalloc/bin/ |
| A D | jeprof.in | 580 my $total = TotalProfile($profile); 615 if ($total != 0) { 618 Unparse($total), Units()); 1211 my $total = TotalProfile($flat); 1235 Percent($f, $total), 1236 Percent($running_sum, $total), 1238 Percent($c, $total), 1316 my $total = TotalProfile($flat); 1419 my $total = shift; 1916 my $total = shift; [all …]
|
| /third_party/ulib/jemalloc/ |
| A D | INSTALL | 158 released in bulk, thus reducing the total number of mutex operations. See 259 An implementation detail currently limits the total number of small size
|
| A D | ChangeLog | 444 - Remove the "stats.chunks.current", "stats.chunks.total", and
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 1364 block zero and one. About 1200 total. See section 4.4.1 of the ACPICA 2340 resolved, reducing the total error count during execution. Chao Guan. 5945 predefined names and control methods (31 total). ACPICA BZ 769. 7857 Debugger: Enhanced the Statistics/Memory command to emit the total 9243 option.) Over 200 cases were converted to create a total of over 380
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 6705 BYTZ, 8, // End with a BYTE for a total of 32 bits
|
Completed in 42 milliseconds