Searched defs:SetAllocatorFunctions (Results 1 – 4 of 4) sorted by relevance
768 void ImGuiFreeType::SetAllocatorFunctions(void* (*alloc_func)(size_t sz, void* user_data), void (*f… in SetAllocatorFunctions() function in ImGuiFreeType
2954 void ImGui::SetAllocatorFunctions(void* (*alloc_func)(size_t sz, void* user_data), void(*free_func)… in SetAllocatorFunctions() function in ImGui
3014 void ImGui::SetAllocatorFunctions(void* (*alloc_func)(size_t sz, void* user_data), void (*free_func… in SetAllocatorFunctions() function in ImGui
3412 void ImGui::SetAllocatorFunctions(ImGuiMemAllocFunc alloc_func, ImGuiMemFreeFunc free_func, void* u… in SetAllocatorFunctions() function in ImGui