Home
last modified time | relevance | path

Searched refs:avail_size (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/malloc/mallocng/
Drealloc.c18 size_t avail_size = end-(unsigned char *)p; in realloc() local
22 if (n <= avail_size && n<MMAP_THRESHOLD in realloc()
/third_party/libbpf/src/
Dringbuf.c543 __u32 avail_size, total_size, max_size; in user_ring_buffer__reserve() local
560 avail_size = max_size - (prod_pos - cons_pos); in user_ring_buffer__reserve()
567 if (avail_size < total_size) in user_ring_buffer__reserve()
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp324 const ImVec2 avail_size = GetContentRegionAvail(); in BeginTableEx() local
325 …ual_outer_size = CalcItemSize(outer_size, ImMax(avail_size.x, 1.0f), use_child_window ? ImMax(avai… in BeginTableEx()
Dimgui.cpp5293 ImVec2 avail_size = ImGui::GetMainViewport()->Size; in CalcWindowAutoFitSize() local
5294 …ImVec2 size_auto_fit = ImClamp(size_desired, size_min, ImMax(size_min, avail_size - style.DisplayS… in CalcWindowAutoFitSize()