Home | History | Annotate | Download | only in e2fsck

Lines Matching full:size

60 /* Allocate SIZE bytes of memory.  */
63 in __ptr_t, making the new block SIZE bytes long. */
65 /* Allocate NMEMB elements of SIZE bytes each, all initialized to 0. */
70 /* Allocate SIZE bytes allocated to ALIGNMENT bytes. */
73 /* Allocate SIZE bytes on a page boundary. */
99 /* The allocator divides the heap into blocks of fixed size; large
102 and all fragments of a block are the same size. When all the
107 #define BLOCKIFY(SIZE) (((SIZE) + BLOCKSIZE - 1) / BLOCKSIZE)
124 logarithm to the base two of the fragment size. */
133 /* Size (in blocks) of a large cluster. */
134 size_t size;
141 size_t size; /* Size (in blocks) of a free cluster. */
170 /* Free list headers for each fragment size. */
217 size_t bytes_total; /* Total size of the heap. */