Searched defs:IS_MEM_UNSAFE (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/libuemf/
H A Duemf.h176 #define IS_MEM_UNSAFE(A,B,C) ( (sizeof(B) < sizeof(int) || (int)(B)) < 0 ? 1 : ((int8_t *)(A) > (int8_t *)(C) ? 1 : ((int8_t *)(C) - (int8_t *)(A) >= (int)(B) ? 0 : 1 ))) //!< Return 1 when a region of memory starting at A of B bytes extends beyond pointer C macro

Completed in 77 milliseconds