Searched refs:allocation (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libpkg/common/
H A Dpkgtrans.c732 * allocation issues. It returns '0' if everything was successful and '1'
741 >= buf_ctrl->allocation) {
745 buf_ctrl->allocation + BLK_SIZE)) == NULL) {
754 buf_ctrl->allocation, '\0', BLK_SIZE);
756 /* adjust total allocation */
757 buf_ctrl->allocation += BLK_SIZE;
790 hdrbuf.allocation = BLK_SIZE;
970 for (block_cnt = 0; block_cnt < hdr->allocation;
1872 for (block_cnt = 0; block_cnt < hdr->allocation;
H A Dpkglib.h307 int allocation; /* size of buffer in bytes */ member in struct:dm_buf
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c1791 INDEX_ALLOCATION *allocation, *tmp_alloc; local
1819 tmp_alloc = allocation = ntfs_attr_readall(ni, AT_INDEX_ALLOCATION,
1827 while ((u8 *)tmp_alloc < (u8 *)allocation + data_size) {
1854 free(allocation);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm218 Can be used to optimize allocation. This method need do nothing.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1795 the memory allocation routines substituted by the Perl malloc() subsystem.

Completed in 63 milliseconds