Home
last modified time | relevance | path

Searched refs:allocator_info (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dfast_allocator.c404 struct fast_allocator_info *allocator_info; in fast_allocator_alloc() local
413 allocator_info = get_allocator(acontext, &alloc_bytes); in fast_allocator_alloc()
414 if (allocator_info->pooled) in fast_allocator_alloc()
416 ptr = fast_mblock_alloc_object(&allocator_info->mblock); in fast_allocator_alloc()
428 if (total_reclaim_bytes < allocator_info->mblock.info.trunk_size) in fast_allocator_alloc()
432 ptr = fast_mblock_alloc_object(&allocator_info->mblock); in fast_allocator_alloc()
464 struct fast_allocator_info *allocator_info; in fast_allocator_free() local
483 if (pWrapper->magic_number != allocator_info->magic_number) in fast_allocator_free()
488 allocator_info->magic_number); in fast_allocator_free()
495 if (allocator_info->pooled) in fast_allocator_free()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/extras/include/boost/beast/test/
H A Dtest_allocator.hpp212 struct allocator_info
216 allocator_info()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/extras/include/boost/beast/test/
H A Dtest_allocator.hpp212 struct allocator_info
216 allocator_info()
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/extras/include/boost/beast/test/
H A Dtest_allocator.hpp212 struct allocator_info
216 allocator_info()
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/extras/include/boost/beast/test/
H A Dtest_allocator.hpp212 struct allocator_info
216 allocator_info()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/vulkan/
H A Dvma_wrapper.cc47 VmaAllocatorCreateInfo allocator_info = { in CreateAllocator() local
63 return vmaCreateAllocator(&allocator_info, pAllocator); in CreateAllocator()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dgpu_utils.cpp217 VmaAllocatorCreateInfo allocator_info = {}; in UtilInitializeVma() local
218 allocator_info.device = device; in UtilInitializeVma()
219 allocator_info.physicalDevice = physical_device; in UtilInitializeVma()
239 allocator_info.pVulkanFunctions = &functions; in UtilInitializeVma()
241 return vmaCreateAllocator(&allocator_info, pAllocator); in UtilInitializeVma()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/observer/src/
H A Dcdv_mem_cb.erl69 {ok,Info,TW} = crashdump_viewer:allocator_info(),
H A Dcrashdump_viewer.erl79 allocator_info/0,
302 allocator_info() -> function
303 call(allocator_info).
487 handle_call(allocator_info,_From,State=#state{file=File}) ->
488 SlAlloc=allocator_info(File),
2324 allocator_info(File) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/observer/src/
H A Dcdv_mem_cb.erl69 {ok,Info,TW} = crashdump_viewer:allocator_info(),
H A Dcrashdump_viewer.erl79 allocator_info/0,
302 allocator_info() -> function
303 call(allocator_info).
487 handle_call(allocator_info,_From,State=#state{file=File}) ->
488 SlAlloc=allocator_info(File),
2324 allocator_info(File) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_mem_cb.erl69 {ok,Info,TW} = crashdump_viewer:allocator_info(),
H A Dcrashdump_viewer.erl79 allocator_info/0,
302 allocator_info() -> function
303 call(allocator_info).
487 handle_call(allocator_info,_From,State=#state{file=File}) ->
488 SlAlloc=allocator_info(File),
2311 allocator_info(File) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_mem_cb.erl69 {ok,Info,TW} = crashdump_viewer:allocator_info(),
H A Dcrashdump_viewer.erl79 allocator_info/0,
302 allocator_info() -> function
303 call(allocator_info).
487 handle_call(allocator_info,_From,State=#state{file=File}) ->
488 SlAlloc=allocator_info(File),
2311 allocator_info(File) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_mem_cb.erl69 {ok,Info,TW} = crashdump_viewer:allocator_info(),
H A Dcrashdump_viewer.erl79 allocator_info/0,
302 allocator_info() -> function
303 call(allocator_info).
487 handle_call(allocator_info,_From,State=#state{file=File}) ->
488 SlAlloc=allocator_info(File),
2311 allocator_info(File) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/observer/src/
H A Dcdv_mem_cb.erl69 {ok,Info,TW} = crashdump_viewer:allocator_info(),
H A Dcrashdump_viewer.erl79 allocator_info/0,
302 allocator_info() -> function
303 call(allocator_info).
487 handle_call(allocator_info,_From,State=#state{file=File}) ->
488 SlAlloc=allocator_info(File),
2321 allocator_info(File) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/observer/src/
H A Dcdv_mem_cb.erl69 {ok,Info,TW} = crashdump_viewer:allocator_info(),
H A Dcrashdump_viewer.erl79 allocator_info/0,
302 allocator_info() -> function
303 call(allocator_info).
487 handle_call(allocator_info,_From,State=#state{file=File}) ->
488 SlAlloc=allocator_info(File),
2311 allocator_info(File) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/observer/test/
H A Dcrashdump_viewer_SUITE.erl345 {ok,_AllocINfo,_AllocInfoTW} = crashdump_viewer:allocator_info(),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/observer/test/
H A Dcrashdump_viewer_SUITE.erl345 {ok,_AllocINfo,_AllocInfoTW} = crashdump_viewer:allocator_info(),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/observer/test/
H A Dcrashdump_viewer_SUITE.erl345 {ok,_AllocINfo,_AllocInfoTW} = crashdump_viewer:allocator_info(),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/observer/test/
H A Dcrashdump_viewer_SUITE.erl360 {ok,_AllocINfo,_AllocInfoTW} = crashdump_viewer:allocator_info(),

12