History log of /wlan-dirver/qca-wifi-host-cmn/qdf/test/qdf_tracker_test.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 2ed71bd9 23-Nov-2021 Jingxiang Ge <quic_jge@quicinc.com>

qcacmn: Fix compliation error when disable CONFIG_LEAK_DETECTION

Fix error when disable CONFIG_LEAK_DETECTION.

Change-Id: I16d85b596ef64ad45e9fb0bb594b0a3287554e8f
CRs-Fixed: 3080460


# 9c62f7d9 20-Feb-2019 Dustin Brown <dustinb@codeaurora.org>

qcacmn: Add qdf_tracker

A common problem in any C code base is the proper management of various
resources, such as memory allocations, timers, works, locks, etc. To
that end, WLAN has added various

qcacmn: Add qdf_tracker

A common problem in any C code base is the proper management of various
resources, such as memory allocations, timers, works, locks, etc. To
that end, WLAN has added various one-off leak tracking features for
different resources over the years, to great benefit. However, this
approach is tedious, and prone to copy/paste and fix propagation issues,
making maintaining these various tracking features onerous.

Add a generic leak tracking data structure to WLAN for general use,
which implements these tracking logics. This will allow the various
resource tracking features to leverage this shared implementation for
ease of maintenance. Build on the hash table implementation added as
part of I7f5fc0c59ed220bde43044e7013b3c8573f1bf39.

Change-Id: I3247ace583108139dfb699ca077db3bdf5cfeace
CRs-Fixed: 2422958

show more ...