Lines Matching refs:g_malloc0
43 uint8_t *buffer = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_zero()
44 uint8_t *compressed = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_zero()
67 uint8_t *compressed = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_unchanged()
68 uint8_t *test = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_unchanged()
91 uint8_t *buffer = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_1_byte()
92 uint8_t *test = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_1_byte()
114 uint8_t *compressed = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_overflow()
115 uint8_t *test = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_overflow()
116 uint8_t *buffer = g_malloc0(XBZRLE_PAGE_SIZE); in test_encode_decode_overflow()
135 uint8_t *buffer = g_malloc0(XBZRLE_PAGE_SIZE); in encode_decode_range()
137 uint8_t *test = g_malloc0(XBZRLE_PAGE_SIZE); in encode_decode_range()