Skip to content

Mark at_thread_exit list as CRT block #4418

Description

STL/stl/src/xnotify.cpp

Lines 41 to 45 in c53ac59

if (block->num_used == _Nitems) { // block is full; move to next block and allocate
if (block->next == nullptr) {
block->next = static_cast<_At_thread_exit_block*>(calloc(1, sizeof(_At_thread_exit_block)));
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSomething can be improved

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions