Go to the documentation of this file.
31 #ifndef UNIV_HOTBACKUP
51 ut_memcpy(
void* dest,
const void* sour, ulint n);
61 ut_memmove(
void* dest,
const void* sour, ulint n);
71 ut_memcmp(
const void* str1,
const void* str2, ulint n);
88 ibool assert_on_error)
90 __attribute__((malloc));
93 #define ut_malloc(n) ut_malloc_low(n, TRUE)
102 #ifndef UNIV_HOTBACKUP
164 ut_strcmp(
const char* str1,
const char* str2);