Home
last modified time | relevance | path

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

/dports/graphics/libimagequant/libimagequant-2.17.0/rust-api/src/
H A Dlib.rs712 static mut FREE_COUNTR: usize = 0; in custom_allocator_test() variable
720 FREE_COUNTR += 1; in custom_allocator_test()
726 assert_eq!(unsafe { FREE_COUNTR }, 0); in custom_allocator_test()
734 assert_eq!(unsafe { FREE_COUNTR }, 1); in custom_allocator_test()
738 assert_eq!(unsafe { FREE_COUNTR }, 2); in custom_allocator_test()