Searched defs:Dealloc (Results 1 – 6 of 6) sorted by relevance
44 static void Dealloc(T* t) { in Dealloc() function49 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
32 static void Dealloc(T* t) { in Dealloc() function37 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
34 static void Dealloc(T* t) { in Dealloc() function39 static void Dealloc(T* t, Rest... rs) { in Dealloc() function
29 template <typename T> static void Dealloc(jvmtiEnv* env, T* t) { in Dealloc() function33 template <typename T, typename... Rest> static void Dealloc(jvmtiEnv* env, T* t, Rest... rs) { in Dealloc() function
43 static void Dealloc(T* t) { in Dealloc() function48 static void Dealloc(T* t, Rest... rs) { in Dealloc() function