MCPcopy Create free account
hub / github.com/GJDuck/e9patch / malloc_mem_realloc

Function malloc_mem_realloc

examples/stdlib.c:2154–2159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2152}
2153
2154static bool malloc_mem_realloc(struct malloc_pool_s *pool, uint32_t base,
2155 uint32_t size)
2156{
2157 uint32_t hi = base + size;
2158 return malloc_mem_grow(pool, hi);
2159}
2160
2161static void *malloc_impl(struct malloc_pool_s *pool, size_t size, bool lock)
2162{

Callers 1

realloc_implFunction · 0.85

Calls 1

malloc_mem_growFunction · 0.85

Tested by

no test coverage detected