Home
last modified time | relevance | path

Searched refs:mi_heap_malloc_zero_aligned_at (Results 1 – 3 of 3) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/libmimalloc-sys-0.1.23/c_src/mimalloc/src/
H A Dalloc-aligned.c17 static void* mi_heap_malloc_zero_aligned_at(mi_heap_t* const heap, const size_t size, const size_t … in mi_heap_malloc_zero_aligned_at() function
66 return mi_heap_malloc_zero_aligned_at(heap, size, alignment, offset, false); in mi_heap_malloc_aligned_at()
74 return mi_heap_malloc_zero_aligned_at(heap, size, alignment, offset, true); in mi_heap_zalloc_aligned_at()
119 if (p == NULL) return mi_heap_malloc_zero_aligned_at(heap,newsize,alignment,offset,zero); in mi_heap_realloc_zero_aligned_at()
/dports/lang/rust/rustc-1.58.1-src/vendor/libmimalloc-sys/c_src/mimalloc/src/
H A Dalloc-aligned.c17 static void* mi_heap_malloc_zero_aligned_at(mi_heap_t* const heap, const size_t size, const size_t … in mi_heap_malloc_zero_aligned_at() function
66 return mi_heap_malloc_zero_aligned_at(heap, size, alignment, offset, false); in mi_heap_malloc_aligned_at()
74 return mi_heap_malloc_zero_aligned_at(heap, size, alignment, offset, true); in mi_heap_zalloc_aligned_at()
119 if (p == NULL) return mi_heap_malloc_zero_aligned_at(heap,newsize,alignment,offset,zero); in mi_heap_realloc_zero_aligned_at()
/dports/devel/mimalloc/mimalloc-2.0.3/src/
H A Dalloc-aligned.c17 static void* mi_heap_malloc_zero_aligned_at(mi_heap_t* const heap, const size_t size, const size_t … in mi_heap_malloc_zero_aligned_at() function
66 return mi_heap_malloc_zero_aligned_at(heap, size, alignment, offset, false); in mi_heap_malloc_aligned_at()
74 return mi_heap_malloc_zero_aligned_at(heap, size, alignment, offset, true); in mi_heap_zalloc_aligned_at()
119 if (p == NULL) return mi_heap_malloc_zero_aligned_at(heap,newsize,alignment,offset,zero); in mi_heap_realloc_zero_aligned_at()