First public contribution.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
30 #endif /* __cplusplus */
32 IMPORT_C mem_info * get_thread_specific_data();
33 IMPORT_C int set_thread_specific_data(mem_info *m);
34 IMPORT_C int push(cleanUpStack *cs,void *ptr);
35 IMPORT_C void * pop(cleanUpStack *cs);
36 IMPORT_C void clearCleanUpStack(cleanUpStack *cs);
37 IMPORT_C void destroyCleanUpStack(cleanUpStack *cs);
38 IMPORT_C void findAndDestroy(cleanUpStack *cs,void *ptr);
41 #endif /* __cplusplus */
43 #endif /* __LOW_MEM_H__ */