Lines Matching refs:chunk
222 static inline void Clear(MemoryChunk* chunk);
298 // It is divided into the header and the body. Chunk start is always
665 // Approximate amount of physical memory committed for this chunk.
678 // Start and end of allocatable memory on this chunk.
682 // If the chunk needs to remember its memory reservation, it is stored here.
729 // A page is a memory chunk of a size 1MB. Large object pages may be larger.
797 MemoryChunk* chunk,
853 static inline LargePage* Initialize(Heap* heap, MemoryChunk* chunk);
935 // Allocates a chunk of memory from the large-object portion of
1063 void Free(MemoryChunk* chunk);
1091 // reserve_area_size of the chunk area is reserved but not committed, it
1110 // Commit a contiguous block of memory from the initial chunk. Assumes that
1112 // block is contained in the initial chunk. Returns true if it succeeded
1118 // block is contained in the initial chunk. Returns true if it succeeded
1185 // Initializes pages in a chunk. Returns the first page address.
1602 // the memory allocator's initial chunk) if possible. If the block of
1604 // fresh chunk will be allocated.
1612 // to the initial chunk, uncommits addresses in the initial chunk.
2014 // A semispace is a contiguous chunk of memory holding page-like memory
2029 // Sets up the semispace using the given chunk.
2281 // Sets up the new space using the given chunk.