halide_malloc 185 src/runtime/HalideRuntime.h extern void *halide_malloc(void *user_context, size_t x); halide_malloc 145 src/runtime/cache.cpp metadata_storage = (uint8_t *)halide_malloc(NULL, storage_bytes); halide_malloc 399 src/runtime/cache.cpp buf->host = ((uint8_t *)halide_malloc(user_context, buf->size_in_bytes() + extra_bytes_host_bytes)); halide_malloc 486 src/runtime/cache.cpp CacheEntry *new_entry = (CacheEntry *)halide_malloc(NULL, sizeof(CacheEntry)); halide_malloc 303 src/runtime/device_interface.cpp buf->host = (uint8_t *)halide_malloc(user_context, size); halide_malloc 443 src/runtime/hexagon_host.cpp ion = halide_malloc(user_context, size); halide_malloc 164 src/runtime/hexagon_remote/halide_remote.cpp int result = set_runtime(halide_malloc, halide_malloc 322 src/runtime/hexagon_remote/sim_remote.cpp int result = set_runtime(halide_malloc, halide_malloc 126 src/runtime/opengl.cpp : user_context(user_context), ptr(halide_malloc(user_context, size)) {} halide_malloc 69 src/runtime/openglcompute.cpp : user_context(user_context), ptr(halide_malloc(user_context, size)) {} halide_malloc 35 src/runtime/printer.h buf = mem ? mem : (char *)halide_malloc(user_context, length); halide_malloc 104 src/runtime/runtime_api.cpp (void *)&halide_malloc, halide_malloc 54 src/runtime/runtime_internal.h void *halide_malloc(void *user_context, size_t x);