Searched refs:guard_malloc (Results 1 – 1 of 1) sorted by relevance
30 static void* guard_malloc(size_t size);44 static void* guard_malloc(size_t size) { in guard_malloc() function59 return guard_malloc(size); in guard_realloc()84 struct gpr_allocation_functions g_guard_allocs = {guard_malloc, nullptr,