Searched refs:OurException (Results 1 – 1 of 1) sorted by relevance
166 typedef struct OurBaseException_t OurException; typedef362 size_t size = sizeof(OurException); in createOurException()363 OurException *ret = (OurException*) memset(malloc(size), 0, size); in createOurException()