MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / try_get_block_from_free_list

Function try_get_block_from_free_list

concurrentqueue.h:3111–3114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3109 }
3110
3111 inline Block* try_get_block_from_free_list()
3112 {
3113 return freeList.try_get();
3114 }
3115
3116 // Gets a free block from one of the memory pools, or allocates a new one (if applicable)
3117 template<AllocationMode canAlloc>

Callers 1

requisition_blockFunction · 0.85

Calls 1

try_getMethod · 0.45

Tested by

no test coverage detected