Packt Detecting Memory Leaks in C C Plus Plus Applications-XQZT

Packt Detecting Memory Leaks in C C Plus Plus Applications-XQZT | Apps-Tutorials | MP4 | 1.74 GiB

350 kb/s 1920×1080 | AAC 126 kb/s 2 CH eng

NFO (Click to Show)

Another exquisit release
Packt.Detecting.Memory.Leaks.in.C.C.Plus.Plus.Applications-XQZT
     Title: ^title^
 Publisher: Packt
      Size: 1.8G (1867877534 B)
     Files: 8F
      Date: 04/29/2020
  Course #: 9781800567719
      Type: N/A
 Published: 29 Apr 2020
  Modified: N/A
       URL: www.packtpub.com/programming/detecting-memory-leaks-in-c-c-applications-video
    Author: N/A
  Duration: 6 hours 16 minutes
     Skill: N/A
 Exer/Code: [X]
Installation:
Unpack that shit, run that shit
Description:
C++ is a comprehensive and complex language, however, it also
gives programmers complete freedom when it comes to the
management of dynamic memory. This allows them to allocate
memory and manipulate it at runtime, one of the reasons why C++ is
still a favorite language for high-performance
applications in various domains such as gaming, telecom,
finance, and aerospace. However, using C++ also requires
programmers to take great care while using dynamic memory, such as
releasing acquired memory and avoiding the risk of
overstepping the memory boundary, as not being cautious could lead
to problems such as dangling pointers, memory corruption, and
memory leaks.
 This course is designed to help you overcome such
problems by using essential Visual Studio features
effectively. Youll go on to explore the rich set of
functions provided by the C/C++ runtime heap library. These
functions can help you detect memory leaks and even overflows
efficiently. Progressing through the sections, you'll
understand how to use these functions and make your programs
bug-free. In addition to this, you'll also learn how to
effectively use them to avoid memory problems.
 By the end of this
course, you'll have the skills you need to use CRT heap
functions confidently to detect and isolate memory
problems.
 All the codes and supporting files for this course will
be available at-

File List (Click to Show)

1.8G	Detecting Memory Leaks in C_C++ Applications [Video]
135M	Detecting Memory Leaks in C_C++ Applications [Video]/1.Introduction
15M	Detecting Memory Leaks in C_C++ Applications [Video]/1.Introduction/01.Process Memory Layout.mp4
6.5M	Detecting Memory Leaks in C_C++ Applications [Video]/1.Introduction/02.Pointers.mp4
15M	Detecting Memory Leaks in C_C++ Applications [Video]/1.Introduction/03.Using Visual Studio.mp4
31M	Detecting Memory Leaks in C_C++ Applications [Video]/1.Introduction/04.Debugging in Visual Studio.mp4
15M	Detecting Memory Leaks in C_C++ Applications [Video]/1.Introduction/05.Byte Ordering.mp4
12M	Detecting Memory Leaks in C_C++ Applications [Video]/1.Introduction/06.C Allocation Functions Overview.mp4
26M	Detecting Memory Leaks in C_C++ Applications [Video]/1.Introduction/07.C Allocation Functions - malloc, calloc.mp4
17M	Detecting Memory Leaks in C_C++ Applications [Video]/1.Introduction/08.C Allocation Functions - realloc.mp4
268M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++
26M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/09.C++ Allocation Operators.mp4
6.9M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/10.How new works - Part I.mp4
25M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/11.How new works - Part II.mp4
12M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/12.Handling new Failure - Exception.mp4
13M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/13.Handling new Failure - Handler.mp4
15M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/14.Handling new Failure - nothrow.mp4
15M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/15.Non-throwing new Example - Part I.mp4
20M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/16.Non-throwing new Example - Part II.mp4
12M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/17.Placement new - I.mp4
28M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/18.Placement new - II.mp4
22M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/19.Placement new - III.mp4
15M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/20.Placement new - IV.mp4
21M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/21.Placement new - V.mp4
43M	Detecting Memory Leaks in C_C++ Applications [Video]/2.Dynamic Memory Allocation in C++/22.Operator new & delete Functions.mp4
189M	Detecting Memory Leaks in C_C++ Applications [Video]/3.Memory Management Issues
8.9M	Detecting Memory Leaks in C_C++ Applications [Video]/3.Memory Management Issues/23.Memory Management Issues.mp4
21M	Detecting Memory Leaks in C_C++ Applications [Video]/3.Memory Management Issues/24.Uninitialized Pointers - I.mp4
35M	Detecting Memory Leaks in C_C++ Applications [Video]/3.Memory Management Issues/25.Uninitialized Pointers - II.mp4
33M	Detecting Memory Leaks in C_C++ Applications [Video]/3.Memory Management Issues/26.Buffer Overflow - Stack.mp4
25M	Detecting Memory Leaks in C_C++ Applications [Video]/3.Memory Management Issues/27.Buffer Overflow - Heap.mp4
8.3M	Detecting Memory Leaks in C_C++ Applications [Video]/3.Memory Management Issues/28.Dangling Pointers - I.mp4
21M	Detecting Memory Leaks in C_C++ Applications [Video]/3.Memory Management Issues/29.Dangling Pointers - II.mp4
18M	Detecting Memory Leaks in C_C++ Applications [Video]/3.Memory Management Issues/30.Memory Leaks - I.mp4
21M	Detecting Memory Leaks in C_C++ Applications [Video]/3.Memory Management Issues/31.Memory Leaks - II.mp4
451M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption
23M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/32.String class - I.mp4
26M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/33.String class - II.mp4
41M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/34.String class - III.mp4
49M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/35.String class - IV.mp4
50M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/36.String class - V.mp4
60M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/37.Detecting Heap Corruption in String Class.mp4
30M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/38.Heap Checker Class - I.mp4
39M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/39.Heap Checker Class - II.mp4
29M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/40.Heap Checker Class - III.mp4
52M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/41.Heap Checker Class - IV.mp4
57M	Detecting Memory Leaks in C_C++ Applications [Video]/4.Detecting Heap Corruption/42.Heap Checker Class - V.mp4
443M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks
16M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/43.CrtDumpMemory() function.mp4
45M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/44.CrtDumpMemoryLeaks() Code Example.mp4
20M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/45.Leak Detection Flags.mp4
50M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/46.Detailed Leak Dump For new.mp4
15M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/47.Memory Snapshots.mp4
47M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/48.Memory Snapshots - Code Example.mp4
28M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/49.Memory Checkpoint Helper Class.mp4
58M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/50.Issues with Checkpoints (& Resolution).mp4
44M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/51.Snapshots in Visual Studio - I.mp4
49M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/52.Snapshots in Visual Studio - II.mp4
17M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/53.Report Mode & Type.mp4
38M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/54.Report Mode & Type - Code Example.mp4
23M	Detecting Memory Leaks in C_C++ Applications [Video]/5.Detecting Memory leaks/55.Report Mode File.mp4
162M	Detecting Memory Leaks in C_C++ Applications [Video]/6.Custom Leak Detector
9.1M	Detecting Memory Leaks in C_C++ Applications [Video]/6.Custom Leak Detector/56.Leak Detection Internals.mp4
23M	Detecting Memory Leaks in C_C++ Applications [Video]/6.Custom Leak Detector/57.Memory Block Header & ptmalloc() Function.mp4
24M	Detecting Memory Leaks in C_C++ Applications [Video]/6.Custom Leak Detector/58.Implementation Of ptfree() Function.mp4
39M	Detecting Memory Leaks in C_C++ Applications [Video]/6.Custom Leak Detector/59.Implementation Of PtDumpLeaks() Function.mp4
24M	Detecting Memory Leaks in C_C++ Applications [Video]/6.Custom Leak Detector/60.Adding C++ Support - I.mp4
24M	Detecting Memory Leaks in C_C++ Applications [Video]/6.Custom Leak Detector/61.Adding C++ Support - Part II.mp4
21M	Detecting Memory Leaks in C_C++ Applications [Video]/6.Custom Leak Detector/62.Compiling on Linux.mp4
137M	Detecting Memory Leaks in C_C++ Applications [Video]/7.Heap Corruption Support
14M	Detecting Memory Leaks in C_C++ Applications [Video]/7.Heap Corruption Support/63.Detecting Heap Corruption - Internal Implementation.mp4
33M	Detecting Memory Leaks in C_C++ Applications [Video]/7.Heap Corruption Support/64.PtCheckMemory() Implementation - I.mp4
40M	Detecting Memory Leaks in C_C++ Applications [Video]/7.Heap Corruption Support/65.PtCheckMemory() Implementation - II.mp4
29M	Detecting Memory Leaks in C_C++ Applications [Video]/7.Heap Corruption Support/66.Alignment & Structure Padding.mp4
23M	Detecting Memory Leaks in C_C++ Applications [Video]/7.Heap Corruption Support/67.Aligning Memory Block Header.mp4
136K	Detecting Memory Leaks in C_C++ Applications [Video]/Exercise Files
132K	Detecting Memory Leaks in C_C++ Applications [Video]/Exercise Files/code_9781800567719.zip
1.8G	total

File: 01.Process Memory Layout.mp4
Size: 15479832 bytes (14.76 MiB), duration: 00:05:54, avg.bitrate: 350 kb/s
Audio: aac, 44100 Hz, stereo (eng)
Video: h264, yuv420p, 1920x1080, 30.00 fps(r) (eng)


Download Packt Detecting Memory Leaks in C C Plus Plus Applications-XQZT ( Size: 1.74 GiB ) :

http://nitroflare.com/view/420703846668C15/chciePaDeMeLeinCCPlPlApXQ.z01
http://nitroflare.com/view/B5AC7BE62E5BBF4/chciePaDeMeLeinCCPlPlApXQ.zip

http://rapidgator.net/file/1216bbc6a52b8ccad6951f9f3f680b78/chciePaDeMeLeinCCPlPlApXQ.z01.html
http://rapidgator.net/file/8bddf182dbf261d33c03ea8a391fa31b/chciePaDeMeLeinCCPlPlApXQ.zip.html

Keywords: Packt, Detecting, Memory, Leaks, Plus, Plus, Applications, XQZT
Apps-Tutorials
Comments (0)
Add Comment