Home
last modified time | relevance | path

Searched refs:mi_check_is_double_free (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.c195 static inline bool mi_check_is_double_free(const mi_page_t* page, const mi_block_t* block) { in mi_check_is_double_free() function
207 static inline bool mi_check_is_double_free(const mi_page_t* page, const mi_block_t* block) { in mi_check_is_double_free() function
408 if (mi_unlikely(mi_check_is_double_free(page, block))) return; in _mi_free_block()
491 if (mi_unlikely(mi_check_is_double_free(page,block))) return; in mi_free()
/dports/lang/rust/rustc-1.58.1-src/vendor/libmimalloc-sys/c_src/mimalloc/src/
H A Dalloc.c191 static inline bool mi_check_is_double_free(const mi_page_t* page, const mi_block_t* block) { in mi_check_is_double_free() function
203 static inline bool mi_check_is_double_free(const mi_page_t* page, const mi_block_t* block) { in mi_check_is_double_free() function
404 if (mi_unlikely(mi_check_is_double_free(page, block))) return; in _mi_free_block()
487 if (mi_unlikely(mi_check_is_double_free(page,block))) return; in mi_free()
/dports/devel/mimalloc/mimalloc-2.0.3/src/
H A Dalloc.c195 static inline bool mi_check_is_double_free(const mi_page_t* page, const mi_block_t* block) { in mi_check_is_double_free() function
207 static inline bool mi_check_is_double_free(const mi_page_t* page, const mi_block_t* block) { in mi_check_is_double_free() function
408 if (mi_unlikely(mi_check_is_double_free(page, block))) return; in _mi_free_block()
491 if (mi_unlikely(mi_check_is_double_free(page,block))) return; in mi_free()