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