/osnet-11/usr/src/lib/libbsdmalloc/common/ |
H A D | malloc.bsd43.c | 44 * The overhead on a block is at least 4 bytes. When free, this space 52 union overhead { union 53 union overhead *ov_next; /* when free */ 58 uchar_t ovu_pad[sizeof (union overhead *) - 2]; 60 uchar_t ovu_pad[sizeof (union overhead *) - 2]; 77 * The overhead information precedes the data area returned to the user. 86 static union overhead *nextf[NBUCKETS]; 92 static int findbucket(union overhead *, int); 97 union overhead *op; 117 * sbrk(0) + sizeof (union overhead) [all...] |
/osnet-11/usr/src/lib/libumem/common/ |
H A D | malloc.c | 147 size_t overhead; local 162 overhead = 2 * sizeof (malloc_data_t); 164 overhead = sizeof (malloc_data_t); 167 ASSERT(overhead <= align); 169 size = size_arg + overhead; 170 phase = align - overhead; 213 ASSERT((void *)((uintptr_t)ret - overhead) == buf); 303 size_t overhead = sizeof (malloc_data_t); local 308 overhead += sizeof (malloc_data_t); 328 data_size = size - overhead; [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | legacy_parse.c | 402 int overhead = 0; local 406 overhead += 3; 407 ret = grub_malloc (ptr - in + overhead + 1); 422 int overhead = 0; local 428 overhead += 4; 433 overhead += 4; 437 return overhead; 496 int overhead = 0; local 515 overhead++; 539 overhead 878 int overhead = 3; local [all...] |
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Task.xs | 27 # avoid the overhead of using the DynaLoader package, and in addition constants
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | dprofpp.PL | 442 local $overhead = 0; 545 $$runtime = ($rrun_rtime - $overhead)/$hz; 548 $$runtime = ($rrun_stime - $overhead)/$hz; 551 $$runtime = ($rrun_utime - $overhead)/$hz; 554 $$runtime = ($rrun_ustime - $overhead)/$hz; 733 $overhead += $over_per_call; 735 $overhead += $t - $dprof_stamp; 741 $t - $overhead) if $opt_S; 743 $t - $overhead, 755 $overhead [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/ |
H A D | DProf.pm | 110 New C<$over_*> values show the measured overhead of making $over_tests 112 subtract the overhead from the runtimes. 120 The I<old-style> C<+>- and C<->-lines are used to mark the overhead
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/ |
H A D | XSLoader_pm.PL | 211 This boilerplate uses the low-overhead C<XSLoader> if present; if used with 298 To reduce the overhead as much as possible, only one possible location 304 not-yet-installed extensions. This means that the overhead of running
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 92 # avoid the overhead of using the DynaLoader package, and in addition constants
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/ |
H A D | SelfStubber.pm | 135 avoid having the stub loading overhead associated with your
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/ |
H A D | Privilege.xs | 77 # avoid the overhead of using the DynaLoader package, and in addition constants
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | sort.pm | 121 add overhead, so it should only be done if it matters.
|
H A D | Dumpvalue.pm | 425 Grand total = $self->{CompleteTotal} bytes (1 level deep) + overhead.
|
H A D | constant.pm | 26 # overhead. 283 calls, thereby saving the overhead of a subroutine call. See
|
H A D | overload.pm | 809 In fact, if C<use overload> is not present, there is almost no overhead 812 minimize the overhead when overload is used in some package, but the
|
H A D | CGI.pm | 4845 There is a small overhead associated with this importation, but it
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 154 # avoid the overhead of using the DynaLoader package, and in addition constants
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Ping.pm | 535 # expensive and doesn't need our help to add to the overhead. 831 # separate the overhead of opening the stream from the first ping. 1441 privileges but has higher overhead than the "udp" and "icmp" protocols. 1590 remove the overhead of establishing the connection from the 1641 There will be less network overhead (and some efficiency in your
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Cookie.pm | 470 If you are in a mod_perl environment, you can save some overhead by
|
/osnet-11/usr/src/lib/libsqlite/tool/ |
H A D | spaceanal.tcl | 290 The number of pages of header overhead in the database. This value is
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | File.pm | 2186 memory limit, or else the cache overhead may exceed the size of the 2492 There is a large memory overhead for each record offset and for each 2495 The per-record overhead will limit the maximum number of records you
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Storable.pm | 431 At the cost of a slight header overhead, you may store to an already
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
H A D | BigInt.pm | 3760 to a constant overhead for all other operatons. So Math::BigInt does currently
|