Home | History | Annotate | Download | only in elff

Lines Matching full:allocated

26 /* Alignment mask for blocks, allocated with this allocator. */
36 /* Describes a chunk of memory, allocated by ElfAllocator.
43 /* Previous chunk in the chain of chunks allocated by ElfAllocator instance.
45 * allocated chunks in reverse order (relatively to the chunk allocation
46 * sequence). So this field in each chunk references the chunk, allocated
47 * just prior this one. This field contains NULL for the first allocated
90 * simplifying alignment adjustments for the allocated blocks.
92 * Address of allocated block of the requested size on success,
127 * Pointer to the allocated memory on success, or NULL on failure.
132 * Since deleting for chunk-allocated objects is a "no-op", we don't do
140 * Since deleting for chunk-allocated objects is a "no-op", we don't do