MCPcopy Create free account
hub / github.com/ElementsProject/lightning / ptr_valid_r

Function ptr_valid_r

ccan/ccan/ptr_valid/ptr_valid.h:196–199  ·  view source on GitHub ↗

These wrappers get constness correct. */

Source from the content-addressed store, hash-verified

194
195/* These wrappers get constness correct. */
196static inline bool ptr_valid_r(const void *p, size_t align, size_t size)
197{
198 return ptr_valid(p, align, size, false);
199}
200
201static inline bool ptr_valid_w(void *p, size_t align, size_t size)
202{

Callers

nothing calls this directly

Calls 1

ptr_validFunction · 0.85

Tested by

no test coverage detected