Searched refs:libMemMgrClientHandle (Results 1 – 2 of 2) sorted by relevance
77 void *libMemMgrClientHandle = dlopen("libmemmgrclient.z.so", RTLD_NOW); in main() local78 if (!libMemMgrClientHandle) { in main()83 notifyProcessStatus = (dlsym(libMemMgrClientHandle, "notify_process_status")); in main()86 dlclose(libMemMgrClientHandle); in main()93 dlclose(libMemMgrClientHandle); in main()
481 void *libMemMgrClientHandle = dlopen("libmemmgrclient.z.so", RTLD_NOW); in NotifyProcessStatus() local482 if (!libMemMgrClientHandle) { in NotifyProcessStatus()486 void *notifyProcessStatusFunc = dlsym(libMemMgrClientHandle, "notify_process_status"); in NotifyProcessStatus()490 dlclose(libMemMgrClientHandle); in NotifyProcessStatus()503 dlclose(libMemMgrClientHandle); in NotifyProcessStatus()