Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/frameworks/native/
Dhidebug_base.c170 static bool MatchMallocHookStartupProp(const char *thisName) in MatchMallocHookStartupProp() argument
206 if (strncmp(thisName, targetProcName, targetProcNameSize) == 0) { in MatchMallocHookStartupProp()
212 static int SetupMallocHookAtStartup(const char *thisName) in SetupMallocHookAtStartup() argument
215 if (!MatchMallocHookStartupProp(thisName)) { in SetupMallocHookAtStartup()