Home | History | Annotate | Download | only in src

Lines Matching refs:passert

23 #include "passert.h"
28 #include "passert.h"
404 passert(data->index >= 0 && data->index <= MAX_MEM_TAG);
407 passert(e->curAlloc >= data->size);
410 passert(gCurAlloc >= data->size);
517 passert(LSTRLEN(truncatedTag) == TAG_SIZE - 1);
545 passert(e->curAlloc >= 0);
549 passert(totalAlloc == gCurAlloc);
595 passert(tag != NULL);
639 passert(LSTRLEN(stackTrace) < P_MAX_STACKTRACE);
779 passert(oldSize >= 0);
902 passert(data->index >= 0 && data->index <= MAX_MEM_TAG);
906 passert(e->curAlloc >= data->size);
909 passert(gCurAlloc >= data->size);