MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _not_align

Function _not_align

components/mm/mm_aspace.c:659–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

657}
658
659static inline int _not_align(void *start, rt_size_t length, rt_size_t mask)
660{
661 return (start != RT_NULL) &&
662 (((uintptr_t)start & mask) || (length & mask));
663}
664
665/** if the flag is currently supported */
666static inline int _not_support(rt_size_t flags)

Callers 1

_mm_aspace_map_phyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected