Searched refs:tu_malloc (Results 1 – 5 of 5) sorted by relevance
7 E.g., tu_malloc() only returns if malloc succeeded.16 want to use the tu_malloc wrapper for this.
20 void* tu_malloc(size_t size) in tu_malloc() function45 char* r = tu_malloc(len); in tu_strdup()
26 void* tu_malloc(size_t size);
251 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()
415 zx_koid_t* threads = static_cast<zx_koid_t*>(tu_malloc(buf_size)); in DebuggerThreadListTest()
Completed in 20 milliseconds