Searched refs:checked (Results 1 – 2 of 2) sorted by relevance
| /system/ulib/fbl/ |
| A D | alloc_checker.cpp | 26 void* checked(size_t size, AllocChecker* ac, void* mem) { in checked() function 69 return fbl::checked(size, ac, operator new(size, std::nothrow_t())); in operator new() 73 return fbl::checked(size, ac, operator new[](size, std::nothrow_t())); in operator new[]() 80 return fbl::checked(size, ac, operator new(size, __GET_CALLER(), std::nothrow_t())); in operator new() 85 return fbl::checked(size, ac, operator new[](size, __GET_CALLER(), std::nothrow_t())); in operator new[]()
|
| /system/fidl/fuchsia-device-manager/ |
| A D | coordinator.fidl | 11 // This definition must be the same size as zx_device_prop_t and is checked by 17 /// This definition must match ZX_DEVICE_NAME_MAX and is checked by a static assert.
|
Completed in 3 milliseconds