Lines Matching defs:allocate
1775 // allocate and trigger another garbage collection.
1778 // allocate and trigger another garbage collection
1782 // garbage collection since they may allocate.
1887 // calculated in the wrong order and background threads allocate
1926 // garbage collection since they may allocate.
2345 // First round weak callbacks are not supposed to allocate and trigger
3244 const std::function<void*(size_t)>& allocate, size_t byte_length) {
3256 void* result = allocate(byte_length);
3262 result = allocate(byte_length);
3269 return allocate(byte_length);
5311 // We rely on being able to allocate new arrays in paged spaces.
5460 // Background threads need to be allowed to allocate without GC after teardown
5550 // started as soon as the embedder does not allocate with high throughput
6066 // Background threads may allocate and block until GC is performed. However
6073 // Main thread isn't going to allocate anymore.
7476 // The allocate method registers the range "Address 1" to "Address N" with the
7479 Address* StrongRootBlockAllocator::allocate(size_t n) {
7494 // The allocate method returns a pointer to Address 1, so the deallocate