|
| void | v8::internal::OnCriticalMemoryPressure () |
| |
| template<typename T > |
| T * | v8::internal::NewArray (size_t size) |
| |
template<typename T >
requires base::is_trivially_copyable<T>::value |
| T * | v8::internal::NewArray (size_t size, T default_val) |
| |
| template<typename T > |
| void | v8::internal::DeleteArray (T *array) |
| |
| char * | v8::internal::StrDup (const char *str) |
| |
| char * | v8::internal::StrNDup (const char *str, int n) |
| |
| void * | v8::internal::AllocWithRetry (size_t size, MallocFn malloc_fn) |
| |
| base::AllocationResult< void * > | v8::internal::AllocAtLeastWithRetry (size_t size) |
| |
| void * | v8::internal::AlignedAllocWithRetry (size_t size, size_t alignment) |
| |
| void | v8::internal::AlignedFree (void *ptr) |
| |
| v8::PageAllocator * | v8::internal::GetPlatformPageAllocator () |
| |
| v8::VirtualAddressSpace * | v8::internal::GetPlatformVirtualAddressSpace () |
| |
| v8::PageAllocator * | v8::internal::GetArrayBufferPageAllocator () |
| |
| v8::PageAllocator * | v8::internal::SetPlatformPageAllocatorForTesting (v8::PageAllocator *new_page_allocator) |
| |
| size_t | v8::internal::AllocatePageSize () |
| |
| size_t | v8::internal::CommitPageSize () |
| |
| void * | v8::internal::GetRandomMmapAddr () |
| |
| void * | v8::internal::AllocatePages (v8::PageAllocator *page_allocator, void *hint, size_t size, size_t alignment, PageAllocator::Permission access) |
| |
| void | v8::internal::FreePages (v8::PageAllocator *page_allocator, void *address, const size_t size) |
| |
| void | v8::internal::ReleasePages (v8::PageAllocator *page_allocator, void *address, size_t size, size_t new_size) |
| |
| bool | v8::internal::SetPermissions (v8::PageAllocator *page_allocator, void *address, size_t size, PageAllocator::Permission access) |
| |
| bool | v8::internal::SetPermissions (v8::PageAllocator *page_allocator, Address address, size_t size, PageAllocator::Permission access) |
| |