Home
last modified time | relevance | path

Searched refs:tu_malloc (Results 1 – 5 of 5) sorted by relevance

/system/ulib/test-utils/
A DREADME.md7 E.g., tu_malloc() only returns if malloc succeeded.
16 want to use the tu_malloc wrapper for this.
A Dtest-utils.c20 void* tu_malloc(size_t size) in tu_malloc() function
45 char* r = tu_malloc(len); in tu_strdup()
/system/ulib/test-utils/include/test-utils/
A Dtest-utils.h26 void* tu_malloc(size_t size);
/system/utest/debugger/
A Dutils.cpp251 zx_koid_t* thread_koids = static_cast<zx_koid_t*>(tu_malloc(max_threads * sizeof(zx_koid_t))); in attach_inferior()
260 inferior_data_t* data = static_cast<inferior_data_t*>(tu_malloc(sizeof(*data))); in attach_inferior()
A Ddebugger.cpp415 zx_koid_t* threads = static_cast<zx_koid_t*>(tu_malloc(buf_size)); in DebuggerThreadListTest()

Completed in 20 milliseconds