Searched refs:sizeptr (Results 1 – 2 of 2) sorted by relevance
806 int sizeptr; in mrg_init() local973 sizeptr = GetPtrSize((Ptr)ptr); in mrg_init()974 printf("Pointer size is %d\n", sizeptr); in mrg_init()
1842 uint8_t **dataptr, uint32_t *sizeptr, in handle_debugs_section() argument2108 *dataptr = xrealloc (*dataptr, *sizeptr + c13_size); in handle_debugs_section()2109 memcpy (*dataptr + *sizeptr, buf, c13_size); in handle_debugs_section()2118 *sizeptr += c13_size; in handle_debugs_section()