Searched refs:malloc_zone_from_ptr (Results 1 – 3 of 3) sorted by relevance
1 // Test that malloc_zone_from_ptr returns a valid zone for a 0-sized allocation.14 malloc_zone_t *z = malloc_zone_from_ptr(p);
196 malloc_zone_t *zone_ptr = malloc_zone_from_ptr(ptr); \
5661 pub fn malloc_zone_from_ptr(ptr: *const ::c_void) -> *mut ::malloc_zone_t; in malloc_zone_from_ptr() function