Searched refs:tu_malloc (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/test-utils/include/test-utils/
H A Dtest-utils.h26 void* tu_malloc(size_t size);
/fuchsia/zircon/system/ulib/test-utils/
H A Dtest-utils.c20 void* tu_malloc(size_t size) function
45 char* r = tu_malloc(len);
/fuchsia/zircon/system/utest/debugger/
H A Dutils.cpp251 zx_koid_t* thread_koids = static_cast<zx_koid_t*>(tu_malloc(max_threads * sizeof(zx_koid_t)));
260 inferior_data_t* data = static_cast<inferior_data_t*>(tu_malloc(sizeof(*data)));
H A Ddebugger.cpp415 zx_koid_t* threads = static_cast<zx_koid_t*>(tu_malloc(buf_size));

Completed in 60 milliseconds