Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_multibuf/
H A Dchunk.cc210 void* new_chunk_memory = region_tracker_->AllocateChunkClass(); in TakePrefix() local
211 if (new_chunk_memory == nullptr) { in TakePrefix()
222 Chunk* new_chunk = new (new_chunk_memory) Chunk(region_tracker_, first_span); in TakePrefix()
228 void* new_chunk_memory = region_tracker_->AllocateChunkClass(); in TakeSuffix() local
229 if (new_chunk_memory == nullptr) { in TakeSuffix()
239 Chunk* new_chunk = new (new_chunk_memory) Chunk(region_tracker_, second_span); in TakeSuffix()