Crate servo_allocator

Crate servo_allocator 

Source
Expand description

Selecting the default global allocator for Servo, and exposing common allocator introspection APIs for memory profiling.

Modules§

libc_compat
Memory allocation APIs compatible with libc
platform 🔒

Structs§

Allocator
Handle to the jemalloc allocator

Statics§

ALLOC 🔒
enclosing_size

Functions§

dump_unmeasured
usable_size
Get the size of a heap block.

Type Aliases§

EnclosingSizeFn 🔒