FsRtlInitializeLargeMcbs

VOID __stdcall FsRtlInitializeLargeMcbs(){
  _USHORT Depth; 

  LOWORD(Depth) = 4;
  ExInitializePagedLookasideList(
    (PPAGED_LOOKASIDE_LIST)((char *)&WheapErrorSourceTable + 1960),
    0i64,
    0i64,
    0,
    120,
    0x6D695346u,
    Depth);
  ExInitializeNPagedLookasideList(
    (PNPAGED_LOOKASIDE_LIST)((char *)&WheapErrorSourceTable + 1704),
    0i64,
    0i64,
    0,
    120,
    0x6D695346u,
    4u);
  ExInitializeNPagedLookasideList(
    (PNPAGED_LOOKASIDE_LIST)((char *)&WheapErrorSourceTable + 1832),
    0i64,
    0i64,
    0x200u,
    56,
    0x6D665346u,
    0x20u);
}

Referenced by:

FsRtlInitSystem