MCPcopy Create free account
hub / github.com/Singular/Singular / omCheckPattern

Function omCheckPattern

omalloc/omDebugTrack.c:582–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582static int omCheckPattern(char* s, char p, size_t size)
583{
584 int i;
585 for (i=0; i<size; i++)
586 {
587 if (s[i] != p)
588 return 1;
589 }
590 return 0;
591}
592
593#ifdef OM_TRACK_BACKTRACE
594#define OM_ALLOC_FRAMES(d_addr) d_addr->alloc_frames

Callers 1

omDoCheckTrackAddrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected