[−][src]Struct postgres_extension::rust_utils::PostgresAllocator
Trait Implementations
impl GlobalAlloc for PostgresAllocator
[src]
impl GlobalAlloc for PostgresAllocator
unsafe fn alloc(&self, layout: Layout) -> *mut u8 | [src] |
unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) | [src] |
unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 | 1.28.0 [src] |
Behaves like alloc
, but also ensures that the contents are set to zero before being returned. Read more
unsafe fn realloc( | 1.28.0 [src] |
Shrink or grow a block of memory to the given new_size
. The block is described by the given ptr
pointer and layout
. Read more
Auto Trait Implementations
impl Send for PostgresAllocator
impl Send for PostgresAllocator
impl Sync for PostgresAllocator
impl Sync for PostgresAllocator
Blanket Implementations
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T | [src] |