Skip to main content

check_heap_integrity

Function check_heap_integrity 

Source
pub fn check_heap_integrity() -> bool
Expand description

旧 first-fit の canary 整合性検査との互換スタブです。

TLSF 方式では境界タグ方式によりアロケータが独自に健全性を管理しているため、 この検査は常に false(破損未検出)を返します。