Lines Matching refs:chunk
224 static inline void Clear(MemoryChunk* chunk);
298 // It is divided into the header and the body. Chunk start is always
610 // Start and end of allocatable memory on this chunk.
614 // If the chunk needs to remember its memory reservation, it is stored here.
643 // A page is a memory chunk of a size 1MB. Large object pages may be larger.
707 MemoryChunk* chunk,
748 static inline LargePage* Initialize(Heap* heap, MemoryChunk* chunk);
834 // Allocates a chunk of memory from the large-object portion of
959 void Free(MemoryChunk* chunk);
1001 // Commit a contiguous block of memory from the initial chunk. Assumes that
1003 // block is contained in the initial chunk
1009 // block is contained in the initial chunk. Returns true if it succeeded
1075 // Initializes pages in a chunk. Returns the first page address.
1438 // the memory allocator's initial chunk) if possible. If the block of
1440 // fresh chunk will be allocated.
1448 // to the initial chunk, uncommits addresses in the initial chunk.
1804 // A semispace is a contiguous chunk of memory holding page-like memory
1819 // Sets up the semispace using the given chunk.
2065 // Sets up the new space using the given chunk.