Home
last modified time | relevance | path

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

/system/ulib/fbl/
A Dalloc_checker.cpp26 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 Dcoordinator.fidl11 // 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