Home | History | Annotate | Download | only in include

Lines Matching refs:allocator

2430    * Allocator that V8 uses to allocate |ArrayBuffer|'s memory.
2431 * The allocator is a global V8 setting. It should be set with
2436 class V8_EXPORT Allocator { // NOLINT
2438 virtual ~Allocator() {}
2479 * Allocator::Allocate that is set with V8::SetArrayBufferAllocator.
2539 * The memory block is guaranteed to be allocated with |Allocator::Allocate|
4356 * Set allocator to use for ArrayBuffer memory.
4357 * The allocator should be set only once. The allocator should be set
4359 * This allocator is used in all isolates.
4361 static void SetArrayBufferAllocator(ArrayBuffer::Allocator* allocator);