Home
last modified time | relevance | path

Searched refs:GImAllocatorAllocFunc (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp987 static ImGuiMemAllocFunc GImAllocatorAllocFunc = MallocWrapper; variable
3366 return (*GImAllocatorAllocFunc)(size, GImAllocatorUserData); in MemAlloc()
3414 GImAllocatorAllocFunc = alloc_func; in SetAllocatorFunctions()
3422 *p_alloc_func = GImAllocatorAllocFunc; in GetAllocatorFunctions()
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp1071 static void* (*GImAllocatorAllocFunc)(size_t size, void* user_data) = MallocWrapper; variable
2957 return GImAllocatorAllocFunc(size, GImAllocatorUserData); in MemAlloc()
3016 GImAllocatorAllocFunc = alloc_func; in SetAllocatorFunctions()

Completed in 47 milliseconds